Module: Auth0::Types::EventStreamCloudEventErrorCodeEnum

Extended by:
Internal::Types::Enum
Defined in:
lib/auth0/types/event_stream_cloud_event_error_code_enum.rb

Constant Summary collapse

INVALID_CURSOR =
"invalid_cursor"
CURSOR_EXPIRED =
"cursor_expired"
TIMEOUT =
"timeout"
PAYLOAD_TOO_LARGE =
"payload_too_large"
PROCESSING_ERROR =
"processing_error"
CONNECTION_TIMEOUT =
"connection_timeout"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load