1e41f4b71Sopenharmony_ci# ability_runtime_common.h
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci
4e41f4b71Sopenharmony_ci## 概述
5e41f4b71Sopenharmony_ci
6e41f4b71Sopenharmony_ci声明元能力子系统的相关错误码。
7e41f4b71Sopenharmony_ci
8e41f4b71Sopenharmony_ci**库:** libability_runtime.so
9e41f4b71Sopenharmony_ci
10e41f4b71Sopenharmony_ci**系统能力:** SystemCapability.Ability.AbilityRuntime.Core
11e41f4b71Sopenharmony_ci
12e41f4b71Sopenharmony_ci**起始版本:** 13
13e41f4b71Sopenharmony_ci
14e41f4b71Sopenharmony_ci**相关模块:**[AbilityRuntime](_ability_runtime.md)
15e41f4b71Sopenharmony_ci
16e41f4b71Sopenharmony_ci
17e41f4b71Sopenharmony_ci## 汇总
18e41f4b71Sopenharmony_ci
19e41f4b71Sopenharmony_ci### 文件
20e41f4b71Sopenharmony_ci
21e41f4b71Sopenharmony_ci| 名称                                                       | 描述                                                         |
22e41f4b71Sopenharmony_ci| ---------------------------------------------------------- | ------------------------------------------------------------ |
23e41f4b71Sopenharmony_ci| [ability_runtime_common.h](ability__runtime__common_8h.md) | 声明元能力基础框架的相关错误码。<br/>**引用文件**:<AbilityKit/ability_runtime/ability_runtime_common.h><br/>**库**:libability_runtime.so |
24e41f4b71Sopenharmony_ci
25e41f4b71Sopenharmony_ci
26e41f4b71Sopenharmony_ci### 枚举
27e41f4b71Sopenharmony_ci
28e41f4b71Sopenharmony_ci| 名称                                                         | 描述                   |
29e41f4b71Sopenharmony_ci| ------------------------------------------------------------ | ---------------------- |
30e41f4b71Sopenharmony_ci| [AbilityRuntime_ErrorCode](_ability_runtime.md#abilityruntime_errorcode) {<br>    ABILITY_RUNTIME_ERROR_CODE_NO_ERROR = 0,<br>    ABILITY_RUNTIME_ERROR_CODE_PARAM_INVALID = 401,<br/>    ABILITY_RUNTIME_ERROR_CODE_CONTEXT_NOT_EXIST = 16000011,<br/>} | 定义元能力模块错误码。 |
31