- This wiki is out of date, use the continuation of this wiki instead
NET Errorcodes
From FenixWiki
Here is a list of all the errorcodes regarding Network.DLL.
NET_ERROR_ALREADYINIT | Network.DLL already initialized. |
NET_ERROR_INITIALIZATION | Error during initialization. |
NET_ERROR_TOOFEWCONNS | Too small number of maximum connections |
NET_ERROR_TOOMANYLISTENERS | Too many listenports specified. |
NET_ERROR_NONE | No error. |
NET_ERROR_INVALIDSOCKETSET | The socketset is invalid. |
NET_ERROR_SOCKETSETINACTIVE | The socketset is inactive. |
NET_ERROR_INVALIDPORTNUMBER | The portnumber is invalid (<0 or >65535). |
NET_ERROR_INVALIDTYPE | The type specified is invalid. |
NET_ERROR_TOOMANYCONNS | There are too many connections |
NET_ERROR_RESOLVINGHOST | Could not resolve host. |
NET_ERROR_CONNECTING | Could not connect. |
NET_ERROR_ADDINGSOCKET | Could not add socket to socketset. |