NBS.ERROR (ENUM)

This data structure describes errors, which might occur during handling functions of CAA_NetBaseServices.library.

NO_ERROR

0

No error

FIRST_ERROR

6000

First library-specific error

TIME_OUT

6001

Time limit exceeded

INVALID_ADDR

6002

Address invalid

INVALID_HANDLE

6003

Handle invalid

INVALID_DATAPOINTER

6004

Data pointer invalid

INVALID_DATASIZE

6005

Data size invalid

UDP_RECEIVE_ERROR

6006

Error receiving data via UDP

UDP_SEND_ERROR

6007

Error sending data via UDP

UDP_SEND_NOT_COMPLETE

6008

Not all bytes could be sent

UDP_OPEN_ERROR

6009

Could not open udp connection

UDP_CLOSE_ERROR

6010

Error closing Udp connection

TCP_SEND_ERROR

6011

Error sending data via TCP

TCP_RECEIVE_ERROR

6012

Error receiving data via TCP

TCP_OPEN_ERROR

6013

Could not open tcp server/client

TCP_CONNECT_ERROR

6014

Could not open tcp connection

TCP_CLOSE_ERROR

6015

Error closing Tcp connection

TCP_SERVER_ERROR

6016

Tcp server error

WRONG_PARAMETER

6017

Wrong parameter

ERROR_UNKNOWN

6018

Unknown error

FIRST_MF

6050

First manufacturer-specific error

LAST_ERROR

6099

Latest library-specific error