Socket Services: Difference between revisions
DaniElectra (talk | contribs) m Expand general info of socket services |
DaniElectra (talk | contribs) m →Socket module errors: Add more result codes |
||
Line 233: | Line 233: | ||
! Error | ! Error | ||
! Description | ! Description | ||
|- | |||
| 0xC8A07004 | |||
| This is returned when trying to use a socket descriptor from a different process. | |||
|- | |||
| 0xC8A07009 | |||
| Network dropped connection on reset? (Translated from ENETRESET error) | |||
|- | |- | ||
| 0xC8A0700B | | 0xC8A0700B | ||
Line 239: | Line 245: | ||
| 0xD860700A | | 0xD860700A | ||
| [[SOCU:InitializeSockets]] returns this when the PID table is already full(32 processes max). | | [[SOCU:InitializeSockets]] returns this when the PID table is already full(32 processes max). | ||
|- | |||
| 0xD8E07006 | |||
| Not initialized. This is returned when [[SOCU:InitializeSockets]] has not been run. | |||
|- | |||
| 0xD8E07007 | |||
| The given socket descriptor does not exist. | |||
|} | |} | ||