Errors
The Nuvio API follows HTTP status code semantics.
{
"success": true,
"errors": null,
"data": [
]
}{
"success": false,
"errors": ["Your request requires a valid authentication token. Please provide a valid token to proceed."]
}Success code
200 OK
200 OKUser error codes
400 Bad Request
400 Bad Request401 Unauthorized
401 Unauthorized403 Forbidden
403 Forbidden404 Not Found
404 Not Found413 Request Entity Too Large
413 Request Entity Too Large422 Invalid Request
422 Invalid RequestServer error codes
500 Internal Server Error
500 Internal Server Error502 Bad Gateway
502 Bad Gateway503 Service Unavailable
503 Service UnavailableLast updated