# ability_base_common.h ## Overview The **ability_base_common.h** file describes the error codes defined by AbilityBase. **File to include**: **Library**: libability_base_want.so **System capability**: SystemCapability.Ability.AbilityBase **Since**: 15 **Related module**: [AbilityBase](_ability_base.md) ## Summary ### Files | Name | Description | | ---------------------------------------------------------- | ------------------------------------------------------------ | | [ability_base_common.h](ability__base__common_8h.md) | Declares the error codes related to AbilityBase.
**File to include**:
**Library**: libability_base_want.so| ### Enums | Name | Description | | ------------------------------------------------------------ | ---------------------- | | [AbilityBase_ErrorCode](_ability_base.md#abilitybase_errorcode) {
ABILITY_BASE_ERROR_CODE_NO_ERROR = 0,
ABILITY_BASE_ERROR_CODE_PARAM_INVALID = 401,
}| Enumerates the AbilityBase error codes.|