Unknown IP Error codes
mush
Posts: 287
in AMX Hardware
G'day all,
I'm seeing some errors that I can't find any information about.
I'm trying to connect using SSH and initially I can connect and get responses but shortly after I receive the following errors;
IP CLIENT ERROR: 18
IP CLIENT ERROR: 12
The help file doesn't have those error codes.
Does anybody know what they mean?
Cheers
Mush
I'm seeing some errors that I can't find any information about.
I'm trying to connect using SSH and initially I can connect and get responses but shortly after I receive the following errors;
IP CLIENT ERROR: 18
IP CLIENT ERROR: 12
The help file doesn't have those error codes.
Does anybody know what they mean?
Cheers
Mush
0
Comments
E
SOCKET_OPEN_FAILED = 2 ;
ILLEGAL_INTERNET_ADDRESS = 3 ;
UNKNOWN_HOST = 4 ;
CONNECTION_REFUSED = 6 ;
CONNECTION_TIMEOUT = 7 ;
UNKNOWN_CONNECT_ERROR = 8 ;
SOCKET_ALREADY_CLOSED = 9 ;
BINDING_ERROR = 10 ;
LISTENING_ERROR = 11 ;
SOCKET_NOT_CONNECTED = 12 ;
UNKNOWN_SENDTO_ERROR = 13 ;
LOCAL_PORT_ALREADY_ASSIGNED = 14 ;
UDP_SOCKET_ALREADY_LISTENING = 15 ;
TOO_MANY_OPEN_SOCKETS = 16 ;
LOCAL_PORT_NOT_OPEN = 17 ;
SSH_AUTH_FAILURE = 18 ;
SSL_GENERAL_CONNECTION_FAILURE = 19 ;
SSL_GENERAL_CONNECTION_WARNING = 20 ;
ha! called it.
Welcome to AMXForums where the titles are made up and the points don't matter...
... story of my life