# Error Codes

Youverify API errors are usually returned in this format with the HTTP status codes.

<table data-header-hidden><thead><tr><th width="243.7483189241114"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>CODES</strong></td><td><strong>ERROR MESSAGES</strong></td><td><strong>WHAT IT MEANS</strong></td></tr><tr><td>422</td><td><code>{</code><br><code>"message": "422 Unprocessable Entity",</code><br><code>"errors": {</code><br><code>"report_type": [ "The report type field is required." ]</code><br><code>},</code><br><code>"status_code": 422</code><br><code>}</code></td><td>Unprocessible Entity-Validity Error. The sent an invalid payload. IT does not meet validation rule.</td></tr><tr><td>400</td><td><code>{</code><br><code>"message": "400 Bad Request",</code><br><code>"status_code": 400</code><br><code>}</code></td><td>Bad Request - The client has sent a bad request, usually a wrong ID format.</td></tr><tr><td>400</td><td><code>{</code><br><code>"message": "You are low on credit",</code><br><code>"status_code": 400</code><br><code>}</code></td><td>Insufficient fund-The client does not enough funds in their account.</td></tr><tr><td>500</td><td><code>{</code><br><code>"message": "The server could not handle the request ",</code><br><code>"status_code": 500</code><br><code>}</code></td><td>Internal Server Error - The server encountered an error while processing the request.</td></tr><tr><td>404</td><td><code>{</code><br><code>"message": "404 Not Found",</code><br><code>"status_code": 404</code><br><code>}</code></td><td>Not Found - The ID number doesn’t exist.</td></tr><tr><td>401</td><td><code>{</code><br><code>"message": "Token does not exist",</code><br><code>"status_code": 401</code><br><code>}</code></td><td>Token does not exist. Token was not properly referenced.</td></tr><tr><td>403</td><td><code>{</code><br><code>"message": "Insufficient Fund",</code><br><code>"status_code": 403</code><br><code>}</code></td><td>Insufficient fund-The client does not enough funds in their account.</td></tr><tr><td>503</td><td><code>{</code><br><code>"message": "Service Unavailable",</code><br><code>"status_code": 503</code><br><code>}</code></td><td>Connection error-The service is currently unavailable. Try again later.</td></tr><tr><td>504</td><td><code>{</code><br><code>"message": "Unable to Connect to FRSC service provider",</code><br><code>"status_code": 504</code><br><code>}</code></td><td>Service downtime-The service is currently unavailable. Try again later.</td></tr></tbody></table>
