description |
---|
The following are error messages that you may run into and their meanings. |
If the service is in maintenance mode, the service will return the following:
{
"error": {
"code": 9999,
"message": "service offline for maintenance"
}
}
If the queue is full, the API will return a HTTP/503
and the following:
{
"error": {
"code": 14,
"message": "ErrorQueueFull",
"details": []
}
}
If you try to get place in queue, but the request is no longer available, the API will return a HTTP/404
and the following:
{
"error": {
"code": 5,
"message": "ErrorRequestNotFound",
"details": []
}
}
The API will return a HTTP/401
.
The API will return a HTTP/429
.