- description: Internal Server Error
- content:
- application/json:
- schema:
- type: object
- properties:
- code:
- type: number
- description: HTTP response code
- example: 500
- message:
- type: string
- description: Message describing the error
- example: Internal server error
|