1# ability_runtime_common.h 2 3 4## Overview 5 6The **ability_runtime_common.h** file declares the error codes of the ability framework. 7 8**Library**: libability_runtime.so 9 10**System capability**: SystemCapability.Ability.AbilityRuntime.Core 11 12**Since**: 13 13 14**Related module**: [AbilityRuntime](_ability_runtime.md) 15 16 17## Summary 18 19### Files 20 21| Name | Description | 22| ---------------------------------------------------------- | ------------------------------------------------------------ | 23| [ability_runtime_common.h](ability__runtime__common_8h.md) | Declares error codes related to the ability framework.<br>**File to include**: <AbilityKit/ability_runtime/ability_runtime_common.h><br>**Library**: libability_runtime.so| 24 25 26### Enums 27 28| Name | Description | 29| ------------------------------------------------------------ | ---------------------- | 30| [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>} | Enumerates the error codes used by the ability framework.| 31