c78ddeb8创建于 2024年6月11日历史提交

os_account_common.h

概述

提供OsAccount接口的公共类型定义。

库: libos_account_ndk.so

系统能力: SystemCapability.Account.OsAccount

起始版本: 12

相关模块:OsAccount

汇总

类型定义

名称 描述
typedef enum OsAccount_ErrCode OsAccount_ErrCode 枚举错误码。

枚举

名称 描述
OsAccount_ErrCode {
OS_ACCOUNT_ERR_OK = 0,
OS_ACCOUNT_ERR_INTERNAL_ERROR = 12300001,
OS_ACCOUNT_ERR_INVALID_PARAMETER = 12300002
}
枚举错误码。