# ErrorResponse

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    ErrorResponse:
      type: object
      properties:
        code:
          type: integer
        message:
          type: string
      x-apifox-orders:
        - code
        - message
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://freesoragenerator.com
    description: Prod Env
security: []

```
