---
title: "Error"
url: "https://developers.rest.rodeo/apis/quotes/versions/acd34b1a-828d-40a1-9d4a-01fb660ff94b/schemas/Error"
---

> Full API specification: https://developers.rest.rodeo/apis/quotes/versions/acd34b1a-828d-40a1-9d4a-01fb660ff94b.md

# Error

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Quotes API
  version: 1.0.0
servers:
  - url: https://api.rest.rodeo/quotes/api/v1
    description: Production
components:
  schemas:
    Error:
      type: object
      required:
        - error
      additionalProperties: false
      properties:
        error:
          type: string
```
