Module: Revox::Models::CallCreateResponse::Call::CallAttempt::DialError

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

Overview

The SIP error that occurred.

See Also:

  • Revox::Models::CallCreateResponse::Call::CallAttempt#dial_error

Constant Summary collapse

NUMBER_NON_ATTRIBUTED =

Returns:

  • (:number_non_attributed)
:number_non_attributed
TOO_MANY_CALLS =

Returns:

  • (:too_many_calls)
:too_many_calls
BUSY =

Returns:

  • (:busy)
:busy
TEMPORARILY_UNAVAILABLE =

Returns:

  • (:temporarily_unavailable)
:temporarily_unavailable
NO_ANSWER =

Returns:

  • (:no_answer)
:no_answer
NO_INTERNATIONAL_PERMISSION =

Returns:

  • (:no_international_permission)
:no_international_permission
PRECONDITION_FAILED =

Returns:

  • (:precondition_failed)
:precondition_failed
NON_CLASSIFIED_ERROR =

Returns:

  • (:non_classified_error)
:non_classified_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[Revox::Models::CallCreateResponse::Call::CallAttempt::dial_error]

Returns:

  • (::Array[Revox::Models::CallCreateResponse::Call::CallAttempt::dial_error])


1607
# File 'sig/revox/models/call_create_response.rbs', line 1607

def self?.values: -> ::Array[Revox::Models::CallCreateResponse::Call::CallAttempt::dial_error]