swag-wallets/spec/definitions/responses/BadRequest.yaml
Артем da5112091b
Update master (#4)
* update

* renamed to vality
2022-01-24 15:35:28 +03:00

28 lines
757 B
YAML

type: object
required:
- errorType
properties:
errorType:
description: Тип ошибки в данных
type: string
enum:
- SchemaViolated
- NotFound
- WrongType
- NotInRange
- WrongSize
- WrongLength
- WrongArray
- NoMatch
- InvalidResourceToken
- InvalidToken
example: NotFound
name:
description: Имя или идентификатор элемента сообщения, содержащего недопустимые данные
type: string
example: X-Request-ID
description:
description: Пояснение, почему данные считаются недопустимыми
type: string
example: Required parameter was not sent