Module: Telnyx::Models::CallDeepfakeDetectionErrorWebhookEvent::Data::Payload::ErrorMessage

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/call_deepfake_detection_error_webhook_event.rb,
sig/telnyx/models/call_deepfake_detection_error_webhook_event.rbs

Overview

The error that occurred. 'detection_timeout' = no DFD response received, 'rtp_timeout' = no RTP audio received, 'dfd_connection_error'/'dfd_stream_error'

service connectivity issues.

See Also:

  • Telnyx::Models::CallDeepfakeDetectionErrorWebhookEvent::Data::Payload#error_message

Constant Summary collapse

DETECTION_TIMEOUT =

Returns:

  • (:detection_timeout)
:detection_timeout
RTP_TIMEOUT =

Returns:

  • (:rtp_timeout)
:rtp_timeout
DFD_CONNECTION_ERROR =

Returns:

  • (:dfd_connection_error)
:dfd_connection_error
DFD_STREAM_ERROR =

Returns:

  • (:dfd_stream_error)
:dfd_stream_error

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#self?.values::Array[Telnyx::Models::CallDeepfakeDetectionErrorWebhookEvent::Data::Payload::error_message]

Returns:

  • (::Array[Telnyx::Models::CallDeepfakeDetectionErrorWebhookEvent::Data::Payload::error_message])


150
# File 'sig/telnyx/models/call_deepfake_detection_error_webhook_event.rbs', line 150

def self?.values: -> ::Array[Telnyx::Models::CallDeepfakeDetectionErrorWebhookEvent::Data::Payload::error_message]