ForgeRock · Schema

ErrorResponse

Standard CREST error response

Access ManagementAuthenticationAuthorizationIdentity GovernanceIdentity ManagementOAuthOpenID Connect

Properties

Name Type Description
code integer
reason string
message string
View JSON Schema on GitHub

JSON Schema

forgerock-errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse",
  "title": "ErrorResponse",
  "type": "object",
  "description": "Standard CREST error response",
  "properties": {
    "code": {
      "type": "integer"
    },
    "reason": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}