NMS V5 library errors

This topic provides an alphabetical and numerical summary of NMS V5 library error codes.

Alphabetical error summary

Error name

Hex

Decimal

Description

NMSV5_ALREADY_INITIALIZED

0x02

2

NMS V5 library is already initialized.

NMSV5_FAILED_LOAD_LIB

0x03

3

Failed to load the NMS V5 library.

NMSV5_INTERNAL_FAILURE

0x05

5

Operation failed. Refer to the trace log file for more information.

NMSV5_INVALID_CHANNEL

0x08

8

Invalid channel location.

NMSV5_INVALID_E1

0x09

9

Invalid E1 location.

NMSV5_INVALID_INTERFACE_ID

0x07

7

Interface ID is not valid.

NMSV5_INVALID_PARMS

0x01

1

Invalid parameters.

NMSV5_INVALID_STATE

0x0c

11

Invalid state for request.

NMSV5_NO_MEMORY

0x04

4

Failed to allocate host memory.

NMSV5_NO_STANDBY

0x0d

12

No standby variant is defined.

NMSV5_NOT_INITIALIZED

0x06

6

NMS V5 library is not initialized.

NMSV5_OUTOFRESOURCE

0x0a

10

No more resources are available.

NMSV5_SUCCESS

0x00

0

Success.


Numerical error summary

Hex

Decimal

Error name

0x00

0

NMSV5_SUCCESS

0x01

1

NMSV5_INVALID_PARMS

0x02

2

NMSV5_ALREADY_INITIALIZED

0x03

3

NMSV5_FAILED_LOAD_LIB

0x04

4

NMSV5_NO_MEMORY

0x05

5

NMSV5_INTERNAL_FAILURE

0x06

6

NMSV5_NOT_INITIALIZED

0x07

7

NMSV5_INVALID_INTERFACE_ID

0x08

8

NMSV5_INVALID_CHANNEL

0x09

9

NMSV5_INVALID_E1

0x0a

10

NMSV5_OUTOFRESOURCE

0x0c

11

NMSV5_INVALID_STATE

0x0d

12

NMSV5_NO_STANDBY