Module: WhopSDK::Models::VerificationErrorCode
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/verification_error_code.rb
Overview
An error code for a verification attempt.
Constant Summary collapse
- ABANDONED =
:abandoned- CONSENT_DECLINED =
:consent_declined- COUNTRY_NOT_SUPPORTED =
:country_not_supported- DEVICE_NOT_SUPPORTED =
:device_not_supported- DOCUMENT_EXPIRED =
:document_expired- DOCUMENT_TYPE_NOT_SUPPORTED =
:document_type_not_supported- DOCUMENT_UNVERIFIED_OTHER =
:document_unverified_other- EMAIL_UNVERIFIED_OTHER =
:email_unverified_other- EMAIL_VERIFICATION_DECLINED =
:email_verification_declined- ID_NUMBER_INSUFFICIENT_DOCUMENT_DATA =
:id_number_insufficient_document_data- ID_NUMBER_MISMATCH =
:id_number_mismatch- ID_NUMBER_UNVERIFIED_OTHER =
:id_number_unverified_other- PHONE_UNVERIFIED_OTHER =
:phone_unverified_other- PHONE_VERIFICATION_DECLINED =
:phone_verification_declined- SELFIE_DOCUMENT_MISSING_PHOTO =
:selfie_document_missing_photo- SELFIE_FACE_MISMATCH =
:selfie_face_mismatch- SELFIE_MANIPULATED =
:selfie_manipulated- SELFIE_UNVERIFIED_OTHER =
:selfie_unverified_other- UNDER_SUPPORTED_AGE =
:under_supported_age
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/whop_sdk/models/verification_error_code.rb', line 29
|