Errors (V1)

Error Object

All our error have same format :

{
    statusCode number 
    error string 
    message string 
}

Error Type

  • 400 - Bad Request
  • 401 - Unauthorized
  • 406 - Not Acceptable
  • 409 - Conflict
  • 410 - Gone
  • 502 - BadGateway
  • 529 - TooManyRequests