---
title: "NotificationService400ErrorResponse"
url: "https://developer.pexa.co.uk/apis/notifications-v1-v1/versions/72a6ef34-73d4-4940-b586-d4154e57aaea/schemas/NotificationService400ErrorResponse"
---

> Full API specification: https://developer.pexa.co.uk/apis/notifications-v1-v1/versions/72a6ef34-73d4-4940-b586-d4154e57aaea.md

# NotificationService400ErrorResponse

Response object of the service

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Notification Service - V1 APIs
  version: v1
servers:
  - url: https://api.pexa.co.uk
    description: API Gateway URL
components:
  schemas:
    NotificationService400ErrorResponse:
      type: object
      description: Response object of the service
      properties:
        errors:
          default: []
          type: array
          items:
            type: object
            properties:
              code:
                description: |
                  The error code.
                type: string
                example: GA.NOTIF.400000
              message:
                description: |
                  The error message.
                type: string
                example: "Invalid UUID string: not-a-valid-id"
              field:
                description: |
                  The field in the request that caused the error.
```
