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