# StripeErrorInfo

Model ID: `StripeErrorInfo`

A mapped Stripe error: stable code, message, HTTP status and field hint.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `code` | `string|null` | No |  |  | `null` | Yes |  |
| `field` | `string|null` | No |  |  | `null` | Yes |  |
| `message` | `string|null` | No |  |  | `null` | Yes |  |
| `status` | `integer|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
