Module: Dodopayments::Models::Customers::EmailFailureCode
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/dodopayments/models/customers/email_failure_code.rb,
sig/dodopayments/models/customers/email_failure_code.rbs
Overview
Why an email did not reach the recipient.
The code is stable. send_failed is the catch-all: it covers every failure that
the other codes do not name.
Constant Summary collapse
- MAILBOX_NOT_FOUND =
:mailbox_not_found- ADDRESS_REJECTED =
:address_rejected- ADDRESS_SUPPRESSED =
:address_suppressed- MAILBOX_FULL =
:mailbox_full- TEMPORARY_FAILURE =
:temporary_failure- MESSAGE_TOO_LARGE =
:message_too_large- MARKED_AS_SPAM =
:marked_as_spam- SEND_FAILED =
:send_failed
Class Method Summary collapse
Instance 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/dodopayments/models/customers/email_failure_code.rb', line 22
|
Instance Method Details
#self?.values ⇒ ::Array[Dodopayments::Models::Customers::email_failure_code]
26 |
# File 'sig/dodopayments/models/customers/email_failure_code.rbs', line 26
def self?.values: -> ::Array[Dodopayments::Models::Customers::email_failure_code]
|