# ability\_errors.h - [Overview](#section1386862800165626) - [Summary](#section2001373327165626) - [Enumerations](#enum-members) ## **Overview** **Related Modules:** [AbilityKit](abilitykit.md) **Description:** Declares error codes returned by ability management functions. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Enumerations
{ ERR_OK = 0, PARAM_NULL_ERROR, MEMORY_MALLOC_ERROR, DUMP_ABILITIES_ERROR, IPC_REQUEST_ERROR, SERIALIZE_ERROR, COMMAND_ERROR = 0x7fff } |
Declares error codes returned by ability management functions. |