Error Description Table:
| Error Code | Error | Description |
| 400 | Bad Request | For Bad Request from client to be sent in normal JSON as sent by backend. |
| 401 | Unauthorized |
Unauthorized Error (normal JSON response)
|
| 404 | Not Found | For Invalid URL |
| 503 | Service Unavailable | Service Issue |
| 405 | Method Not Allowed : normal JSON response |
{
"ResponseData": "Invalid Request" } |
|
Notes:
|