Auth0 · Schema

EventStreamCloudEventErrorCodeEnum

Machine-readable error code.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamcloudeventerrorcodeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamCloudEventErrorCodeEnum",
  "title": "EventStreamCloudEventErrorCodeEnum",
  "type": "string",
  "description": "Machine-readable error code.",
  "enum": [
    "invalid_cursor",
    "cursor_expired",
    "timeout",
    "payload_too_large",
    "processing_error",
    "connection_timeout"
  ]
}