ability_runtime_common.h

Overview

The ability_runtime_common.h file declares the error codes of the ability framework.

Library: libability_runtime.so

System capability: SystemCapability.Ability.AbilityRuntime.Core

Since: 13

Related module: AbilityRuntime

Summary

Files

Name Description
ability_runtime_common.h Declares error codes related to the ability framework.
File to include: <AbilityKit/ability_runtime/ability_runtime_common.h>
Library: libability_runtime.so

Enums

Name Description
AbilityRuntime_ErrorCode {
ABILITY_RUNTIME_ERROR_CODE_NO_ERROR = 0,
ABILITY_RUNTIME_ERROR_CODE_PARAM_INVALID = 401,
ABILITY_RUNTIME_ERROR_CODE_CONTEXT_NOT_EXIST = 16000011,
}
Enumerates the error codes used by the ability framework.