# ErrorResponse

Model ID: `graph.ErrorResponse`

Standard error response body shared by every Graph operation.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `error` | `string` | Yes |  |  |  | No | Human-readable explanation of why the request failed. |

## Example

None declared in canonical OpenAPI.
