Skip to content

request-error

HTTP 4xx Client Error

Fallback type for client errors that have no more specific type. The actual status is in the HTTP response and in status; detail stays generic.

When it occurs

The API currently has no known path that returns this type. Malformed JSON answers bad-request, and every other client error carries its own type from the error reference. If you receive request-error, rely on the status code and treat the request like any other error with that status.

← Error Reference