1# os_account_common.h
2
3
4## 概述
5
6提供OsAccount接口的公共类型定义。
7
8**库:** libos_account_ndk.so
9
10**系统能力:** SystemCapability.Account.OsAccount
11
12**起始版本:** 12
13
14**相关模块:**[OsAccount](_os_account.md)
15
16
17## 汇总
18
19
20### 类型定义
21
22| 名称 | 描述 |
23| -------- | -------- |
24| typedef enum [OsAccount_ErrCode](_os_account.md#osaccount_errcode-1) [OsAccount_ErrCode](_os_account.md#osaccount_errcode) | 枚举错误码。 |
25
26
27### 枚举
28
29| 名称 | 描述 |
30| -------- | -------- |
31| [OsAccount_ErrCode](_os_account.md#osaccount_errcode-1) {<br/>OS_ACCOUNT_ERR_OK = 0,<br/>OS_ACCOUNT_ERR_INTERNAL_ERROR = 12300001,<br/>OS_ACCOUNT_ERR_INVALID_PARAMETER = 12300002<br/>} | 枚举错误码。 |
32