Module: Trycourier::Models::MessageDetails::Reason
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/trycourier/models/message_details.rb
Overview
The reason for the current status of the message.
Constant Summary collapse
- BOUNCED =
:BOUNCED- FAILED =
:FAILED- FILTERED =
:FILTERED- NO_CHANNELS =
:NO_CHANNELS- NO_PROVIDERS =
:NO_PROVIDERS- OPT_IN_REQUIRED =
:OPT_IN_REQUIRED- PROVIDER_ERROR =
:PROVIDER_ERROR- UNPUBLISHED =
:UNPUBLISHED- UNSUBSCRIBED =
:UNSUBSCRIBED
Class Method Summary collapse
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
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/trycourier/models/message_details.rb', line 155
|