Error codes
Reference for every HTTP status code and error response returned by the FastPix API, with explanations and recommended actions.
FastPix uses standard HTTP response status codes to communicate the outcome of your API requests. These codes help you quickly identify whether your request was successful or if an error occurred.
FastPix categorizes responses into three main groups:
- 2xx - Success
These codes indicate that your request was processed successfully.
- 4xx - Client Errors
These errors typically result from issues with your request, such as invalid parameters or missing data.
- 5xx - Server Errors
These codes suggest a problem on FastPix’s end. Our engineering team monitors these closely to ensure high availability and reliability.
PLEASE NOTE
For efficient error handling and improved integration, we recommend building logic in your application to appropriately handle each category of response.