User`s guide

50 DC 900-1516D
ICP2432 Users Guide for OpenVMS Alpha (DLITE Interface)
Table 31: DLITE Error Codes
Value DLITE Error Code Description and Recommended Action
10211
DLI_OPEN_ERR_ICP_INVALID_ST
ATUS
Returned by dlOpen(). The ICP has not been down-
loaded with a protocol or is in a non-operational state.
10231
DLI_OPEN_ERR_NO_DRV_INFO
An error occurred in the I/O interface while requesting
VMS driver information. Terminate the interface, verify
VMS driver installation.
10518
DLI_READ_ERR_NO_OPTARG
The application failed to provide an OptArgs structure
with the read request. Modify the application to build
and supply an
OptArgs structure with each read request.
10721
DLI_POLL_ERR_INVALID_STATE
A request for driver information was made for a session
not currently open. Open the session before requesting
VMS driver information.
10902
DLI_BUFA_ERR_SIZE_EXCEEDED
An attempt was made to allocate more buffers, or a
buffer of greater size, than that defined in the DLI con-
figuration file. Modify the application to adhere to sizes
defined in the DLI configuration file.
11003
DLI_BUFF_ERR_NONE_ALLOC
An attempt was made to deallocate a buffer when none
were allocated. Modify application to account for used
buffers.
11004
DLI_BUFF_ERR_ALREADY_FREE
Returned by dlBufFree(). The buffer specified has already
been released.
11918
DLI_WRIT_ERR_NO_OPTARG
The application failed to provide an OptArgs structure
with the write request. Modify the application to build
and supply an
OptArgs structure with each write
request.
12003
DLI_IO_ERR_IO_CANCELLED
The read or write request was cancelled at the request of
the user application.