Errors & Status Codes

HTTP Error codes

Status CodeError NameDescription
400Bad RequestThe request body or parameters are incorrect, malformed, or fail validation.
401UnauthorizedAuthentication failed (e.g., invalid API key ).
402Insufficient creditsInsufficient credits to process the request.
403ForbiddenAuthentication is valid, but the user/app does not have permission to access this resource.
409ConflictA conflicting operation is in progress (e.g., unlock in progress while another unlock request is made).
429Too Many RequestsAllowed rate limit exceeded
500Internal Server ErrorA 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.