User`s guide

KwikNet Error Codes
K
A
DAK
B - 3
KwikNet
Error Codes (continued)
Mnemonic Value Value Meaning
(dec) (hex)
TFTP errors
KN_ERTFD -260 0xFEFC Invalid TFTP descriptor
KN_ERTFNOCONN -261 0xFEFB Not connected
KN_ERTFEOF -262 0xFEFA Not at end of file
KN_ERTFPROTO -263 0xFEF9 TFTP error packet was sent or received
KN_ERTFUDP -264 0xFEF8 Unknown UDP error
KN_ERTFWOULDBLOCK -265 0xFEF7 Operation would have blocked
KN_ERTFTRUNC -266 0xFEF6 Data truncated to fit buffer size
KN_ERTFDTYPE -267 0xFEF5 Invalid operation descriptor type
KN_ERTFSTATE -268 0xFEF4 Invalid operation for current state
KN_ERTFTIMEOUT -269 0xFEF3 Operation timed out
KN_ERTFNOPORT -270 0xFEF2 No local UDP ports available
Telnet errors
KN_ERTELND -240 0xFF10 Invalid Telnet descriptor
KN_ERTELSOCK -241 0xFF0F Telnet socket fault
KN_ERTELNOCONN -242 0xFF0E No connection with Telnet peer
KN_ERTELNOCBF -243 0xFF0D No callback function provided
KN_ERTELREJECT -244 0xFF0C Invalid operation for Telnet entity
KN_ERTELINCBF -245 0xFF0B Invalid request by callback function
KN_ERTELNOSESS -246 0xFF0A Operation requires a Telnet session
KN_ERTELINSESS -247 0xFF09 Operation invalid in Telnet session
KN_ERTELNOSPC -248 0xFF08 No buffer space available
KN_ERTELBUSY -249 0xFF07 Busy: command send in progress
KN_ERTELNOLOG -250 0xFF06 Logging not enabled
KN_ERTELACTIVE -251 0xFF05 Server has active sessions
KN_ERTELMAXNC -252 0xFF04 Server has max number of connections