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 |
{
"ResponseData": "Invalid Request" } |
Notes:
- Except Success Response i.e. 200 OK none other responses will be encrypted.
- For Error Status Codes 404, 503 or any other response whose response type is
text/plain, responseData will be encrypted but upon decryption it will show null.