---
title: "ErrorDetail"
url: "https://console.9fin.com/apis/instruments-bonds-and-loans/versions/b44d153f-c159-4311-9d98-5a5ab2608aa6/schemas/ErrorDetail"
---

> Full API specification: https://console.9fin.com/apis/instruments-bonds-and-loans/versions/b44d153f-c159-4311-9d98-5a5ab2608aa6.md

# ErrorDetail

One field-level problem within an error response.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: 9fin Instruments (Bonds & Loans) API
  version: 0.8.0
servers:
  - description: Production environment
    url: https://api.9fin.com
components:
  schemas:
    ErrorDetail:
      description: One field-level problem within an error response.
      properties:
        field:
          examples:
            - limit
          title: Field
          type: string
        message:
          examples:
            - Input should be less than or equal to 200
          title: Message
          type: string
      required:
        - field
        - message
      title: ErrorDetail
      type: object
```
