# error

From **Stripe API**.

An error response from the Stripe API

- Type: `object`

## Properties

### `error`

- Required: true
- Type: `object`

## JSON Schema

```json
{"description":"An error response from the Stripe API","properties":{"error":{"$ref":"#/components/schemas/api_errors"}},"required":["error"],"type":"object"}
```
