# os_account_common.h
## 概述
提供OsAccount接口的公共类型定义。
**库:** libos_account_ndk.so
**系统能力:** SystemCapability.Account.OsAccount
**起始版本:** 12
**相关模块:**[OsAccount](_os_account.md)
## 汇总
### 类型定义
| 名称 | 描述 |
| -------- | -------- |
| typedef enum [OsAccount_ErrCode](_os_account.md#osaccount_errcode-1) [OsAccount_ErrCode](_os_account.md#osaccount_errcode) | 枚举错误码。 |
### 枚举
| 名称 | 描述 |
| -------- | -------- |
| [OsAccount_ErrCode](_os_account.md#osaccount_errcode-1) {
OS_ACCOUNT_ERR_OK = 0,
OS_ACCOUNT_ERR_INTERNAL_ERROR = 12300001,
OS_ACCOUNT_ERR_INVALID_PARAMETER = 12300002
} | 枚举错误码。 |