# Error Codes

## HTTP Status Codes

The sFOX API communicates error codes through HTTP status codes. The following are the error codes currently in use:

<table><thead><tr><th width="114" align="center">Code</th><th>Description</th></tr></thead><tbody><tr><td align="center"><strong><code>400</code></strong></td><td><strong>Bad Request</strong> — Your request was malformed in some way</td></tr><tr><td align="center"><strong><code>401</code></strong></td><td><strong>Unauthorized</strong> - Your API key is wrong</td></tr><tr><td align="center"><strong><code>403</code></strong></td><td><strong>Forbidden</strong> — The API key is not authorized for this endpoint</td></tr><tr><td align="center"><strong><code>404</code></strong></td><td><strong>Not Found</strong> — The specified endpoint could not be found</td></tr><tr><td align="center"><strong><code>405</code></strong></td><td><strong>Method Not Allowed</strong> — You tried to access a endpoint with an invalid method</td></tr><tr><td align="center"><strong><code>406</code></strong></td><td><strong>Not Acceptable</strong> — You requested a format that isn’t json</td></tr><tr><td align="center"><strong><code>422</code></strong></td><td><strong>Unprocessable Entity</strong> - Your request contained invalid input</td></tr><tr><td align="center"><strong><code>429</code></strong></td><td><strong>Too Many Requests</strong> — You have exceeded your request limit</td></tr><tr><td align="center"><strong><code>500</code></strong></td><td><strong>Internal Server Error</strong> — We had a problem with our server. Try again later.</td></tr><tr><td align="center"><strong><code>503</code></strong></td><td><strong>Service Unavailable</strong> — We’re temporarily offline for maintanance. Please try again later.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sfox.com/errors/error-codes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
