TAB Exp API

(0 reviews)

Error Messages

Status-Code: 400 - Bad Request

{
   "statusCode": 400,
   "statusMessage": "Bad Request"
}

Status-Code: 401 - Unauthorized

json

{

"statusCode": 401,

"statusMessage": "Unauthorized"

}


Status-Code: 403 - Forbidden

json

{

"statusCode": 403,

"statusMessage": "Forbidden"

}


Status-Code: 404 - Not Found

json

{

"statusCode": 404,

"statusMessage": "Resource not Found"

}


Status-Code: 405 - Method Not Allowed

json

{

"statusCode": 405,

"statusMessage": "Method not Allowed"

}


Status-Code: 406 - Not Acceptable

json

{

"statusCode": 406,

"statusMessage": "Not Acceptable"

}


Status-Code: 407 - Proxy Authentication Required

json

{

"statusCode": 407,

"statusMessage": "proxy Authentication Required, client authentication with proxy required."

}


Status-Code: 415 - Unsupported Media Type

json

{

"statusCode": 415,

"statusMessage": "Unsupported media type"

}


Status-Code: 422 - Unprocessable

json

{

"stutusCode": 422,

"statusMessage": "Unprocessable entity.."

}


Status-Code: 429 - Too Many Requests

json

{

"statusCode": 429,

"statusMessage": "Too Many Requests made."

}


Status-Code: 500 - Internal Server Error

json

{

"statusCode": 500,

"statusMessage": "Internal Server Error"

}


Status-Code: 503- Service Unavailable

json

{

"statusCode": 503,

"statusMessage": "Service Unavailable"

}


Status-Code: 504- Gateway Timeout

json

{

"statusCode": 504,

"statusMessage": "Gateway Timeout"

}


Reviews