Result Codes
This page lists all result codes which messages can use. The subsection title is a mnemonic that is used throughout the LRSN documentation.
Result Code | Description | Value |
---|---|---|
ESUCCESS | Operation succeeded | 0 |
ELOGIN | Login failed due to incorrect user or password | 1 |
ELICEXCEED | Allowing this client to connect would exceed the number of clients allowed by the server license. | 2 |
ELICEXPIRE | The server license has expired, no clients may connect until the license is updated. | 3 |
ESERVDOWN | The server is currently not accepting connections, possibly for maintenance reasons. | 4 |
EMAXCLIENTS | The server already has the maximum number of allowable clients connected to it. | 5 |
EINVAL | Invalid value given. | 6 |
EOPFAIL | Operation failed. | 7 |
EDUP | Duplicate | 8 |
EINPROGRESS | Operation is in progress | 9 |
EFAIL | General failure | 10 |
Updated less than a minute ago