# `Stripe.Resources.Identity.VerificationReport.Phone.Error`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/identity/verification_report.ex#L356)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Identity.VerificationReport.Phone.Error{
  code: String.t() | nil,
  reason: String.t() | nil
}
```

* `code` - A short machine-readable string giving the reason for the verification failure. Possible values: `phone_unverified_other`, `phone_verification_declined`. Nullable.
* `reason` - A human-readable message giving the reason for the failure. These messages can be shown to your users. Max length: 5000. Nullable.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
