This topic provides an alphabetical and numerical summary of the NMS GR303 library error codes.
|
Error name |
Hex |
Decimal |
Description |
|
NMSGR303_ALREADY_INITIALIZED |
0x02 |
2 |
NMS GR303 library already initialized. |
|
NMSGR303_FAILED_LOAD_LIB |
0x03 |
3 |
Failed to load the NMS GR303 library. |
|
NMSGR303_INTERNAL_FAILURE |
0x05 |
5 |
Operation failed. Refer to the trace log file for more information. |
|
NMSGR303_INVALID_CHANNEL |
0x08 |
8 |
Specified HDLC channel is not provisioned on this interface. |
|
NMSGR303_INVALID_E1 |
0x09 |
9 |
Invalid DS1 location. |
|
NMSGR303_INVALID_INTERFACE_ID |
0x07 |
7 |
Interface ID is not valid. |
|
NMSGR303_INVALID_PARMS |
0x01 |
1 |
Invalid parameters. |
|
NMSGR303_INVALID_STATE |
0x0b |
11 |
Invalid state for request. |
|
NMSGR303_NO_MEMORY |
0x04 |
4 |
Failed to allocate host memory. |
|
NMSGR303_NOT_INITIALIZED |
0x06 |
6 |
NMS GR303 library is not initialized. |
|
NMSGR303_OUTOFRESOURCE |
0x0A |
10 |
No more resources are available. |
|
NMSGR303_SUCCESS |
0x00 |
0 |
Success. |
|
Hex |
Decimal |
Error name |
|
0x00 |
0 |
NMSGR303_SUCCESS |
|
0x01 |
1 |
NMSGR303_INVALID_PARMS |
|
0x02 |
2 |
NMSGR303_ALREADY_INITIALIZED |
|
0x03 |
3 |
NMSGR303_FAILED_LOAD_LIB |
|
0x04 |
4 |
NMSGR303_NO_MEMORY |
|
0x05 |
5 |
NMSGR303_INTERNAL_FAILURE |
|
0x06 |
6 |
NMSGR303_NOT_INITIALIZED |
|
0x07 |
7 |
NMSGR303_INVALID_INTERFACE_ID |
|
0x08 |
8 |
NMSGR303_INVALID_CHANNEL |
|
0x09 |
9 |
NMSGR303_INVALID_DS1 |
|
0x0A |
10 |
NMSGR303_OUTOFRESOURCE |
|
0x0B |
11 |
NMSGR303_INVALID_STATE |