# JPMC-PDP Documentation from https://developer.payments.jpmorgan.com # Validation Services error response codes This page contains the error response codes for Validation Services. ## Error codes An error code identifies the reason that a request resulted in an error. The following tables contain all the possible error codes and their descriptions for Validation Services: **Error codes** | Error code | HTTP code | Rule definition | Description | | --- | --- | --- | --- | | 9001 | 200 | Data provider error | Data provider returns an error code such as system failure, HTTP error response, or malformed response. | | 9002 | 200 | Processing timeout | Validation Service encounters failure when processing the client request. | | 9003 | 200 | Processing timeout | The request processing time exceeds the agreed service level agreement (SLA). | | 9004 | 200 | Client configuration error | Client configuration is incomplete. | | 9005 | 200 | Bad request | Client request is not processed due to improper data type, bad layout, wrong format, or unacceptable values. |