Error Codes
Http Status | Error Code | Error Message | Comments |
---|---|---|---|
500 | 1000 | An internal error occurred | Examples: DB / internal downstream services are down Processing errors due to data or application issues |
500 | 1001 | An external gateway error occurred | Example: Backend is down / exception occurred |
400 | 5280 | The required authentication credentials were not provided. | If authorization token is not provided. |
400 | 5279 | The authentication credentials are invalid. | Examples: |
| |||
Not a valid JWT token | |||
PMLE ID is not found in token | |||
400 | 5068 | The required session id is not provided | Session Id not present in request body / params |
400 | 5068 | The session id is invalid or expired | Invalid / expired session id |
400 | 5068 | Field Error(s) | In case of field validation errors. |
400 | 5023 | Bad Request | In case of the request is not parse-able. |
400 | 5005 | Unsupported operation |
|
406 | 5272 | Content type 'application/pdf;charset=UTF-8' not supported |
|
406 | 5271 | Unsupported 'Accept' header |
|
405 | 5281 | Request method 'PUT' not supported |
|