The list of the various MaxNet error codes available, defined as
the enum maxnet_error_t.
MAXNET_ERR_NONE - No error.MAXNET_ERR_CANCEL - Cancellation Error.MAXNET_ERR_NOMEMORY - An out of memory error has
occurred.MAXNET_ERR_FILEIO - A file IO error has
occurred.MAXNET_ERR_BADARGUMENT - Bad arguments were passed
along.MAXNET_ERR_NOTCONNECTED - A connection was not
established.MAXNET_ERR_NOTREADY - Windows Network Not
Installed or Not Initialized.MAXNET_ERR_IOERROR - An IO error has
occurred.MAXNET_ERR_CMDERROR - A command error has
occurred.MAXNET_ERR_HOSTNOTFOUND - The specific host could
not be found.MAXNET_ERR_BADSOCKETVERSION - Winsock.dll is
obsolete.MAXNET_ERR_WOULDBLOCK - An internal blocking error
has occurred.MAXNET_ERR_SOCKETLIMIT - No more available TCP/IP
Sockets.MAXNET_ERR_CONNECTIONREFUSED - A connection has
been refused. Service not installed on host computer.MAXNET_ERR_ACCESSDENIED - Access to a host was
denied.MAXNET_ERR_TIMEOUT - A network time-out has
occurred.MAXNET_ERR_BADADDRESS - A bad network address was
supplied.MAXNET_ERR_UNKNOWN - An unknown
error has occurred.