Module: Zavudev::Models::IntrospectValidateEmailResponse::Result::Verdict

Extended by:
Internal::Type::Enum
Defined in:
lib/zavudev/models/introspect_validate_email_response.rb,
sig/zavudev/models/introspect_validate_email_response.rbs

Overview

Validation verdict.

  • deliverable: nothing suggests the address will bounce.
  • risky: sendable, but a signal predicts elevated bounce/complaint odds (role address, disposable domain, MX-less domain, prior soft bounce).
  • undeliverable: will bounce or is blocked (invalid syntax, dead domain, or the address is on your suppression list after a hard bounce/complaint).

See Also:

  • Zavudev::Models::IntrospectValidateEmailResponse::Result#verdict

Constant Summary collapse

DELIVERABLE =

Returns:

  • (:deliverable)
:deliverable
RISKY =

Returns:

  • (:risky)
:risky
UNDELIVERABLE =

Returns:

  • (:undeliverable)
:undeliverable

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[Zavudev::Models::IntrospectValidateEmailResponse::Result::verdict]

Returns:

  • (::Array[Zavudev::Models::IntrospectValidateEmailResponse::Result::verdict])


98
# File 'sig/zavudev/models/introspect_validate_email_response.rbs', line 98

def self?.values: -> ::Array[Zavudev::Models::IntrospectValidateEmailResponse::Result::verdict]