• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# os_account_common.h
2
3## 概述
4
5提供OsAccount接口的公共类型定义。
6
7**库:** libos_account_ndk.so
8
9**引用文件:** <BasicServicesKit/os_account_common.h>
10
11**系统能力:** SystemCapability.Account.OsAccount
12
13**起始版本:** 12
14
15**相关模块:** [OsAccount](capi-osaccount.md)
16
17## 汇总
18
19### 枚举
20
21| 名称 | typedef关键字 | 描述 |
22| -- | -- | -- |
23| [OsAccount_ErrCode](#osaccount_errcode) | OsAccount_ErrCode | 枚举错误码。 |
24
25## 枚举类型说明
26
27### OsAccount_ErrCode
28
29```
30enum OsAccount_ErrCode
31```
32
33**描述**
34
35枚举错误码。
36
37**起始版本:** 12
38
39| 枚举项 | 描述 |
40| -- | -- |
41| OS_ACCOUNT_ERR_OK = 0 | 成功。 |
42| OS_ACCOUNT_ERR_INTERNAL_ERROR = 12300001 | 内部错误。 |
43| OS_ACCOUNT_ERR_INVALID_PARAMETER = 12300002 | 无效的参数。 |
44
45
46