mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
11 lines
247 B
YAML
11 lines
247 B
YAML
description: |
|
|
Детализация описания ошибки
|
|
type: object
|
|
required:
|
|
- code
|
|
properties:
|
|
code:
|
|
description: Детализация кода ошибки
|
|
type: string
|
|
subError:
|
|
$ref: '#/definitions/SubError' |