Represents an error message object returned by all JSON feeds of the API.
More...
|
bool | Status [get, set] |
| The status of the request, always false for failed. More...
|
|
long? | Code [get, set] |
| The status code of the error More...
|
|
string | Message [get, set] |
| The error message/ reason. More...
|
|
Represents an error message object returned by all JSON feeds of the API.
◆ Code
long? ReadingBusesAPI.ErrorManagement.ErrorFormat.Code |
|
getset |
The status code of the error
◆ Message
string ReadingBusesAPI.ErrorManagement.ErrorFormat.Message |
|
getset |
The error message/ reason.
◆ Status
bool ReadingBusesAPI.ErrorManagement.ErrorFormat.Status |
|
getset |
The status of the request, always false for failed.
The documentation for this class was generated from the following file: