A LAN Server API function returning error codes 50-88 or 230-240 encountered
an error with the redirector either directly or when using a remote API
call. ┌─────────────────────────────┬───────┬────────────────────────────────────────┐
│ SYMBOLIC CONSTANT │ VALUE │ MEANING │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_NOT_SUPPORTED │ 50 │ The network request is not supported.
│
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_REM_NOT_LIST │ 51 │ This remote computer is not listening.
│
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_DUP_NAME │ 52 │ A duplicate name exists on the │
│ │ │ network. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_BAD_NETPATH │ 53 │ The network path cannot be found. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_NETWORK_BUSY │ 54 │ The network is busy. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_DEV_NOT_EXIST │ 55 │ This device does not exist on the │
│ │ │ network. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_TOO_MANY_CMDS │ 56 │ The IBM NetBIOS command limit has been
│
│ │ │ exceeded. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_ADAP_HDW_ERR │ 57 │ A network adapter hardware error has
│
│ │ │ occurred. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_BAD_NET_RESP │ 58 │ The network has responded incorrectly.
│
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_UNEXP_NET_ERR │ 59 │ An unexpected network error has │
│ │ │ occurred. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_BAD_REM_ADAP │ 60 │ The remote adapter being used is │
│ │ │ incompatible. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_PRINTQ_FULL │ 61 │ The printer queue is full. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_NO_SPOOL_SPACE │ 62 │ There is not enough memory available
│
│ │ │ for the requested print file. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_PRINT_CANCELED │ 63 │ The requested print file has been can-
│
│ │ │ celed. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_NETNAME_DELETED │ 64 │ The network name was deleted. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_NETWORK_ACCESS_DENIED │ 65 │ Network access is denied. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_BAD_DEV_TYPE │ 66 │ This network device type is incorrect.
│
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_BAD_NET_NAME │ 67 │ This network name cannot be found. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_TOO_MANY_NAMES │ 68 │ The network name limit has been │
│ │ │ exceeded. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_TOO_MANY_SESS │ 69 │ The IBM NetBIOS session limit has been
│
│ │ │ exceeded. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_SHARING_PAUSED │ 70 │ File sharing has been temporarily
│
│ │ │ paused. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_REQ_NOT_ACCEP │ 71 │ This request is not accepted by the
│
│ │ │ network. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_REDIR_PAUSED │ 72 │ Print or disk redirection is tempo-
│
│ │ │ rarily paused. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_NET_WRITE_FAULT │ 88 │ A network fault occurred. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_BAD_PIPE │ 230 │ This is a non-existent pipe or an │
│ │ │ operation that is not valid │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_PIPE_BUSY │ 231 │ The specified pipe is busy. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_NO_DATA │ 232 │ There is no data on a non-blocking │
│ │ │ read. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_PIPE_NOT_CONNECTED │ 233 │ The pipe was disconnected by the
│
│ │ │ server. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_MORE_DATA │ 234 │ Additional data is available, but the
│
│ │ │ buffer is too small. │
├─────────────────────────────┼───────┼────────────────────────────────────────┤
│ ERROR_VC_DISCONNECTED │ 240 │ The session was canceled. │
└─────────────────────────────┴───────┴────────────────────────────────────────┘