Arvexa OS
Get API key
Guide

Errors

How to read HTTP error responses

Endpoints document the status codes they actually return. Common admin statuses include:

  • 400 validation error
  • 403 forbidden for the supplied role
  • 404 resource not found
  • 409 conflict
  • 422 unprocessable entity
  • 429 rate limited
  • 5xx unexpected server failures

Always rely on the per-operation Responses panel rather than assuming a global error envelope.