Files
ncpfs/util/ncplib_err.et
ncpfs archive import 0520c1d2f7 Import ncpfs 0.19
2026-04-28 20:39:57 +02:00

21 lines
330 B
Plaintext

error_table NCPL
ec NCPL_ET_NO_SERVER,
"No server 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"
end