1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/openapi/components/schemas/error.yaml
2023-03-19 10:39:21 +11:00

11 lines
300 B
YAML

Error:
properties:
message:
description: 'Something terrible went wrong'
type: string
example: 'Unexpected error'
code:
description: 'The HTTP error code, ie 5xx 4xx'
type: integer
example: '500'
type: object