1.2.2.3.1.1.1.1 ANCS error code

C

#define ANCS_ERRCODE_UNKNOWN_COMMAND        0xA0
#define ANCS_ERRCODE_INVALID_COMMAND        0xA1
#define ANCS_ERRCODE_INVALID_PARAMETER      0xA2
#define ANCS_ERRCODE_ACTION_FAILED          0xA3

Description

The definition of ANCS Error Codes

Macro Definition

MacroDescription
ANCS_ERRCODE_UNKNOWN_COMMANDThe commandID was not recognized by the NP.
ANCS_ERRCODE_INVALID_COMMANDThe command was improperly formatted.
ANCS_ERRCODE_INVALID_PARAMETEROne of the parameters does not refer to an existing object on the NP.
ANCS_ERRCODE_ACTION_FAILEDThe action was not performed.