1# error_code.h 2 3 4## 概述 5 6提供文件管理模块的错误码定义。 7 8**系统能力:** SystemCapability.FileManagement.File.FileIO 9 10**起始版本:** 12 11 12**相关模块:**[FileIO](_file_i_o.md) 13 14 15## 汇总 16 17 18### 类型定义 19 20| 名称 | 描述 | 21| -------- | -------- | 22| typedef enum [FileManagement_ErrCode](_file_i_o.md#filemanagement_errcode-1) [FileManagement_ErrCode](_file_i_o.md#filemanagement_errcode) | 文件管理模块错误码。 | 23 24 25### 枚举 26 27| 名称 | 描述 | 28| -------- | -------- | 29| [FileManagement_ErrCode](_file_i_o.md#filemanagement_errcode-1) {<br/>ERR_OK = 0,<br/>ERR_PERMISSION_ERROR = 201,<br/>ERR_INVALID_PARAMETER = 401,<br/>ERR_DEVICE_NOT_SUPPORTED = 801,<br/>ERR_EPERM = 13900001,<br/>ERR_ENOENT = 13900002,<br/>ERR_ENOMEM = 13900011,<br/>ERR_UNKNOWN = 13900042<br/>} | 文件管理模块错误码。 | 30