---
page_source: https://docs.juspay.io/payout-sea/docs/resources/list-of-error-codes
page_title: List of Error Codes
---


# List of Error Codes




---



### Error Response



The error response body will be consisting of following fields - please find the list of errorCodes in the tables below : **Response Body** 


### Payload
- **ErrorMessage**:
  - Description: Error message provided by Juspay.
  - Tags: String
- **ErrorCode**:
  - Description: Error code provided by Juspay
  - Value: Error code provided by Juspay
  - Tags: String
- **UserMessage**:
  - Description: Error message that will be shown on dashboard / analytics
  - Tags: String
- **Error**:
  - Description: Boolean reflecting error in request of create order API
  - Tags: Boolean


**Sample Response** 
{"response":{"errorMessage":"Could not find resource: order WTN202407130135332501057","error":true,"userMessage":"Not Found","errorCode":"E09"},"code":404}**Error code description for Order Create API** 


| Error Code | Description | Recommended Action | HTTP Code |
|---|---|---|---|
| E01 | Validation Failure | Please check the validation error message and re-initiate with correct request values.	 | 400 |
| E02 | Invalid API Key	 | Please retry with correct API key | 401 |
| E03 | Invalid Signature	 | Please retry with correct SID/KID used for JWE/JWS verification.	 | 400 |
| E04 | Header API key missing		 | Please retry by passing the API key in the Authorization header.	 | 401 |
| E05 | Bad request | Please check the route/query params and retry with correct route/query params | 400 |
| E06 | Internal server error	 | Please check order status again and Raise it to Juspay Team. | 500 |
| E07 | Unauthorized	 | Please check with Juspay admin for the Access and Retry again.	 | 401 |
| E08 | Forbidden | Please check with Juspay admin for the Access and Retry again.	 | 403 |
| E90 | Something went wrong | Please check order status | 500 |



### **Error code description for Order Status API** 




| Error Code | Description | Recommended Action | HTTP Code |
|---|---|---|---|
| E02 | Invalid API Key	 | Please retry with correct API key | 401 |
| E04 | Header API key missing	 | Please retry by passing the API key in the Authorization header.	 | 401 |
| E05 | Bad request | Please check the route/query params and retry with correct route/query params | 400 |
| E06 | Internal server error	 | Please check order status again and Raise it to Juspay Team. | 500 |
| E07 | Unauthorized	 | Please check with Juspay admin for the Access and Retry again.	 | 401 |
| E08 | Forbidden | Please check with Juspay admin for the Access and Retry again.	 | 403 |
| E09 | Not Found | Please retry order create with same orderId | 404 |
| E90 | Something went wrong | Please check order status again and Raise it to Juspay Team.	 | 500 |
