- This wiki is out of date, use the continuation of this wiki instead
NET Errorcodes
From FenixWiki
(Difference between revisions)
Revision as of 01:10, 14 April 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Revision as of 01:12, 14 April 2007 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
Line 11: | Line 11: | ||
|- | |- | ||
| NET_ERROR_NONE || No error. | | 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. | ||
|} | |} |
Revision as of 01:12, 14 April 2007
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. |