45 lines
832 B
Plaintext
45 lines
832 B
Plaintext
error_table NCPL
|
|
|
|
ec NCPL_ET_NO_SERVER,
|
|
"No server found"
|
|
|
|
ec NCPL_ET_NO_USER,
|
|
"No username found"
|
|
|
|
ec NCPL_ET_HOST_UNKNOWN,
|
|
"Server Unknown"
|
|
|
|
ec NCPL_ET_REQUEST_ERROR,
|
|
"NCP Request returned error code"
|
|
|
|
ec NCPL_ET_NAMETOOLONG,
|
|
"Name too long"
|
|
|
|
ec NCPL_ET_MSG_TOO_LONG,
|
|
"Message too long"
|
|
|
|
ec NCPL_ET_NO_SPEC,
|
|
"Could not find valid connection spec"
|
|
|
|
ec NCPL_ET_INVALID_MODE,
|
|
"$HOME/.nwclient has invalid mode, must be 600"
|
|
|
|
ec NCPL_ET_LOGIN_DENIED,
|
|
"Login denied"
|
|
|
|
ec NCPL_ET_NO_INTERFACE,
|
|
"No primary IPX interface found"
|
|
|
|
ec NCPL_ET_NO_PASSWORD,
|
|
"Could not get password"
|
|
|
|
ec NCPL_ET_PWD_TOO_LONG,
|
|
"Password too long"
|
|
|
|
ec NCPL_ET_NO_IPX,
|
|
"Could not alloc IPX socket. Probably no IPX support in kernel"
|
|
|
|
ec NCPL_ET_NO_NCPFS_FILE,
|
|
"The file is probably not on a ncpfs mounted directory"
|
|
|
|
end |