Skip to main content
Do you like Artifex? Give it a ⭐ star on GitHub!

Errors

We use standard HTTP error codes to provide information on the outcome of each request.

As per the HTTP standard, 2xx codes indicate success, 4xx codes indicate that the request cannot be fulfilled due to either bad synthax or wrong parameters, and 5xx codes indicate that the server failed to fulfill a valid request (these are errors on our side and should be rare).

HTTP Status Codes

HTTP Status Codes
200OkSuccessful request.
400Bad RequestThe request is malformed, typically due to a missing or incorrect parameter.
402Request FailedThe request failed, even though the parameters are valid.
403ForbiddenThe provided authentication method does not have the necessary permissions to perform this request.
404Not FoundThe requested resource could not be found.
409ConflictThis request conflicts with another request.
429Too Many RequestsYou have sent too many requests in a given amount of time.
5xxServer ErrorsSomething went wrong on our end.