---
title: "ErrorResponse"
url: "https://developer.pexa.co.uk/apis/reporting-v1-v1/versions/93169eb9-0c29-4024-9db1-3328c63cf7bc/schemas/ErrorResponse"
---

> Full API specification: https://developer.pexa.co.uk/apis/reporting-v1-v1/versions/93169eb9-0c29-4024-9db1-3328c63cf7bc.md

# ErrorResponse

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Retrieve Report
  version: v1
servers:
  - url: https://api.pexa.co.uk
    description: API Gateway URL
components:
  schemas:
    ErrorResponse:
      type: object
      properties:
        errors:
          type: array
          items:
            type: object
            properties:
              field:
                type: string
                description: Field
              message:
                type: string
                description: Error message
```
