mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
11 lines
300 B
YAML
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 |