Skip to main content

Troubleshooting

Failure playbook — symptom, likely cause, fix.

Fast triage by HTTP status

StatusWhere to look
401 UnauthorizedToken is missing, invalid, revoked, or expired. Create a new key
403 permission_errorThe key does not have the required scope
403 guardrail_errorThe platform blocked the request. Do not retry the same input
404 not_found_errorResource does not exist, or is not accessible with this key
429 Too Many RequestsRate limit exceeded. Wait Retry-After seconds and retry with backoff
503 guardrail_unavailableGuardrails could not complete safely. Retry later; contact Advania if it persists
Other 5xxRetry with exponential backoff; contact Advania if it persists

When contacting Advania

Include from the failing response:

  • x-request-id
  • x-decision-id (if present)
  • x-policy-version (if present)
  • Timestamp (UTC)

These let support jump straight to the decision record.