Module: Telnyx::Models::CallHangup::Payload::HangupCause
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/call_hangup.rb
Overview
The reason the call was ended (‘call_rejected`, `normal_clearing`, `originator_cancel`, `timeout`, `time_limit`, `user_busy`, `not_found`, `no_answer` or `unspecified`).
Constant Summary collapse
- CALL_REJECTED =
:call_rejected- NORMAL_CLEARING =
:normal_clearing- ORIGINATOR_CANCEL =
:originator_cancel- TIMEOUT =
:timeout- TIME_LIMIT =
:time_limit- USER_BUSY =
:user_busy- NOT_FOUND =
:not_found- NO_ANSWER =
:no_answer- UNSPECIFIED =
:unspecified
Method Summary
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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