24#define ENUM_MGMT_ID_COUNT 0
25#define ENUM_MGMT_ID_LIST 1
26#define ENUM_MGMT_ID_SINGLE 2
27#define ENUM_MGMT_ID_DETAILS 3
enum_mgmt_err_code_t
Command result codes for enumeration management group.
Definition enum_mgmt.h:32
@ ENUM_MGMT_ERR_TOO_MANY_GROUP_ENTRIES
Too many entries were provided.
Definition enum_mgmt.h:40
@ ENUM_MGMT_ERR_UNKNOWN
Unknown error occurred.
Definition enum_mgmt.h:37
@ ENUM_MGMT_ERR_OK
No error, this is implied if there is no ret value in the response.
Definition enum_mgmt.h:34
@ ENUM_MGMT_ERR_INSUFFICIENT_HEAP_FOR_ENTRIES
Insufficient heap memory to store entry data.
Definition enum_mgmt.h:43
@ ENUM_MGMT_ERR_INDEX_TOO_LARGE
Provided index is larger than the number of supported grouped.
Definition enum_mgmt.h:46