Module: Anthropic::Models::Beta::BetaFallbackCreditNotApplied::Reason
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/anthropic/models/beta/beta_fallback_credit_not_applied.rb,
sig/anthropic/models/beta/beta_fallback_credit_not_applied.rbs
Overview
Why the reprice was not applied.
A closed enum; additions to the redemption-check vocabulary arrive as deliberate schema updates.
Constant Summary collapse
- BODY_MISMATCH =
:body_mismatch- CONTINUATION_EXCLUDED =
:continuation_excluded- CONTINUATION_ONLY =
:continuation_only- EXPIRED =
:expired- INVALID_TARGET_MODEL =
:invalid_target_model- NOT_ENABLED =
:not_enabled- REPRICE_UNAVAILABLE =
:reprice_unavailable- TEMPORARILY_UNAVAILABLE =
:temporarily_unavailable- VARIANT_FIELDS_PRESENT =
:variant_fields_present- WRONG_ORGANIZATION =
:wrong_organization- WRONG_PLATFORM =
:wrong_platform- WRONG_WORKSPACE =
:wrong_workspace
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[Anthropic::Models::Beta::BetaFallbackCreditNotApplied::reason]
62 |
# File 'sig/anthropic/models/beta/beta_fallback_credit_not_applied.rbs', line 62
def self?.values: -> ::Array[Anthropic::Models::Beta::BetaFallbackCreditNotApplied::reason]
|