Module: Courier::Models::Notifications::Previews::PreviewRunFailureReason

Extended by:
Internal::Type::Enum
Defined in:
lib/courier/models/notifications/previews/preview_run_failure_reason.rb

Overview

Why the run failed, when status is FAILED. NO_EMAIL_CHANNEL and TEMPLATE_NOT_SUPPORTED mean there was nothing to render; ALL_DEVICES_UNSUPPORTED means every requested device has been retired and the request can be fixed by choosing others.

Constant Summary collapse

TEMPLATE_NOT_SUPPORTED =
:TEMPLATE_NOT_SUPPORTED
NO_EMAIL_CHANNEL =
:NO_EMAIL_CHANNEL
RENDER_FAILED =
:RENDER_FAILED
ALL_DEVICES_UNSUPPORTED =
:ALL_DEVICES_UNSUPPORTED
VENDOR_ERROR =
:VENDOR_ERROR

Method Summary

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