Errors & Status Codes
HTTP Error codes
| Status Code | Error Name | Description |
|---|---|---|
| 400 | Bad Request | The request body or parameters are incorrect, malformed, or fail validation. |
| 401 | Unauthorized | Authentication failed (e.g., invalid API key ). |
| 402 | Insufficient credits | Insufficient credits to process the request. |
| 403 | Forbidden | Authentication is valid, but the user/app does not have permission to access this resource. |
| 409 | Conflict | A conflicting operation is in progress (e.g., unlock in progress while another unlock request is made). |
| 429 | Too Many Requests | Allowed rate limit exceeded |
| 500 | Internal Server Error | A general server-side error occurred that does not fit other error categories. |
In cases where an API request encounters an error, the Factori API provides informative error messages and corresponding status codes. The error handling section of the documentation explains the possible error scenarios, their meanings, and recommended approaches for error handling and troubleshooting.
Updated 21 days ago
