Error codes: Difference between revisions
Steveice10 (talk | contribs) m Minor corrections/additions. |
WulfyStylez (talk | contribs) No edit summary |
||
Line 65: | Line 65: | ||
|- | |- | ||
| 5 | | 5 | ||
| | | Invalid string length. This error is returned when service name length is greater than 8 or zero. (srv) | ||
|- | |- | ||
| 6 | | 6 | ||
| Access denied | | Access denied. This error is returned when you request a service that you don't have access to. (srv) | ||
|- | |- | ||
| 7 | | 7 | ||
| String | | String size does not match string contents. This error is returned when service name contains an unexpected null byte. (srv) | ||
|- | |- | ||
| 8 | | 8 |