evre
EN

Errors

Responses use a consistent body:

{
  "name": "unauthorized",
  "message": "Invalid API token",
  "statusCode": 401
}
nameTypical statusWhen
validation_error422Bad body, unverified from, suppression hit, etc.
unauthorized401Missing/invalid token or session
not_found404Unknown resource
conflict409Idempotency conflict, duplicate domain
rate_limited429Quota / rate limit
internal_error500Unexpected failure (no provider leak)

The SDK throws EvreApiError with code and statusCode matching name and HTTP status.