# `Stripe.Resources.StripeErrorResponse`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/stripe_error_response.ex#L2)

An error response from the Stripe API

# `t`

```elixir
@type t() :: %Stripe.Resources.StripeErrorResponse{
  error: Stripe.Resources.StripeError.t()
}
```

* `error`

# `object_name`

---

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