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.

See Also:

  • Anthropic::Models::Beta::BetaFallbackCreditNotApplied#reason

Constant Summary collapse

BODY_MISMATCH =

Returns:

  • (:body_mismatch)
:body_mismatch
CONTINUATION_EXCLUDED =

Returns:

  • (:continuation_excluded)
:continuation_excluded
CONTINUATION_ONLY =

Returns:

  • (:continuation_only)
:continuation_only
EXPIRED =

Returns:

  • (:expired)
:expired
INVALID_TARGET_MODEL =

Returns:

  • (:invalid_target_model)
:invalid_target_model
NOT_ENABLED =

Returns:

  • (:not_enabled)
:not_enabled
REPRICE_UNAVAILABLE =

Returns:

  • (:reprice_unavailable)
:reprice_unavailable
TEMPORARILY_UNAVAILABLE =

Returns:

  • (:temporarily_unavailable)
:temporarily_unavailable
VARIANT_FIELDS_PRESENT =

Returns:

  • (:variant_fields_present)
:variant_fields_present
WRONG_ORGANIZATION =

Returns:

  • (:wrong_organization)
:wrong_organization
WRONG_PLATFORM =

Returns:

  • (:wrong_platform)
:wrong_platform
WRONG_WORKSPACE =

Returns:

  • (: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]

Returns:

  • (::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]