|
Octane API Client
|
Define error codes. More...

Go to the source code of this file.
Namespaces | |
| namespace | octane |
Variables | |
| constexpr auto | octane::ERR_API_CLIENT_INITIALIZATION_FAILED = "ERR_API_CLIENT_INITIALIZATION_FAILED" |
Used when ApiClient initialization failed. More... | |
| constexpr auto | octane::ERR_SERVER_HEALTH_STATUS_FAULTY = "ERR_SERVER_HEALTH_STATUS_FAULTY" |
| Used when the server has incidents and is currently not available. More... | |
| constexpr auto | octane::ERR_CURL_INITIALIZATION_FAILED = "ERR_CURL_INITIALIZATION_FAILED" |
Used when cURL initialization failed, such as inoctane::internal::HttpClient。 More... | |
| constexpr auto | octane::ERR_INCORRECT_HTTP_METHOD = "ERR_INCORRECT_HTTP_METHOD" |
| Used when an unexpected http method was issued. More... | |
| constexpr auto | octane::ERR_CURL_CONNECTION_FAILED = "ERR_CURL_CONNECTION_FAILED" |
| Used when cURL failed to connect. More... | |
| constexpr auto | octane::ERR_JSON_PARSE_FAILED = "ERR_JSON_PARSE_FAILED" |
| Used when JSON parse failed. More... | |
| constexpr auto | octane::ERR_INVALID_RESPONSE = "ERR_INVALID_RESPONSE" |
| Used when there was an unexpected response from the server. More... | |
| constexpr auto | octane::ERR_INVALID_REQUEST = "ERR_INVALID_REQUEST" |
| Used when an unexpected request was issued. More... | |
| constexpr auto | octane::ERR_ROOM_ID_UNDEFINED = "ERR_ROOM_ID_UNDEFINED" |
Used when you are not connected to a room but getRoomStatus() and deleteRoom() was passed nothing. More... | |
| constexpr auto | octane::ERR_ROOM_DISCONNECTED = "ERR_ROOM_DISCONNECTED" |
| constexpr auto | octane::ERR_DUP_DEVICE = "ERR_DUP_DEVICE" |
| constexpr auto | octane::ERR_CONTENT_HASH_MISMATCH = "ERR_CONTENT_HASH_MISMATCH" |
| constexpr auto | octane::ERR_CONTENT_TYPE_DATA_MISMATCH = "ERR_CONTENT_TYPE_DATA_MISMATCH" |
Define error codes.