SERVER_ERROR

HTTP 500

What it means

The authorization server encountered an unexpected condition.

What to do

Retry the request. If the error persists, contact A4 support and include the request_id from this response.

Envelope

{
  "error": {
    "code": "SERVER_ERROR",
    "http_status": 500,
    "message": "The authorization server encountered an unexpected condition.",
    "remediation_hint": "Retry the request. If the error persists, contact A4 support and include the request_id from this response.",
    "docs_url": "https://developers.cognethics.com/errors/SERVER_ERROR",
    "request_id": "0f2c9b6e-...",
    "details": {}
  }
}

Back to Errors & status codes.