---
title: "ErrorResponse"
url: "https://developer.pexa.co.uk/apis/lodgement-v3-v3/versions/8fe8fe59-b70c-45d1-aef9-7b31c7c5b30e/schemas/ErrorResponse"
---

> Full API specification: https://developer.pexa.co.uk/apis/lodgement-v3-v3/versions/8fe8fe59-b70c-45d1-aef9-7b31c7c5b30e.md

# ErrorResponse

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Lodgement
  version: v3
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
```
