1# oh_preferences_err_code.h 2 3 4## 概述 5 6声明首选项模块统一使用的错误码信息。 7 8**引用文件:**<database/preferences/oh_preferences_err_code.h> 9 10**库:** libohpreferences.so 11 12**系统能力:** SystemCapability.DistributedDataManager.Preferences.Core 13 14**起始版本:** 13 15 16**相关模块:**[Preferences](_preferences.md) 17 18 19## 汇总 20 21 22### 类型定义 23 24| 名称 | 描述 | 25| -------- | -------- | 26| typedef enum [OH_Preferences_ErrCode](_preferences.md#oh_preferences_errcode) [OH_Preferences_ErrCode](_preferences.md#oh_preferences_errcode) | 错误码信息。 | 27 28 29### 枚举 30 31| 名称 | 描述 | 32| -------- | -------- | 33| [OH_Preferences_ErrCode](_preferences.md#oh_preferences_errcode) {<br/>PREFERENCES_OK = 0, PREFERENCES_ERROR_INVALID_PARAM = 401, PREFERENCES_ERROR_NOT_SUPPORTED = 801, PREFERENCES_ERROR_BASE = 15500000,<br/>PREFERENCES_ERROR_DELETE_FILE = 15500010, PREFERENCES_ERROR_STORAGE = 15500011, PREFERENCES_ERROR_MALLOC = 15500012, PREFERENCES_ERROR_KEY_NOT_FOUND= 15500013,<br/>PREFERENCES_ERROR_GET_DATAOBSMGRCLIENT = 15500019<br/>} | 错误码信息。 | 34