Auth0 · Schema

EventStreamCloudEventErrorMessageTypeEnum

Identifies this as an error message (injected from the SSE event field).

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamcloudeventerrormessagetypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamCloudEventErrorMessageTypeEnum",
  "title": "EventStreamCloudEventErrorMessageTypeEnum",
  "type": "string",
  "description": "Identifies this as an error message (injected from the SSE event field).",
  "enum": [
    "error"
  ]
}