mirror of
https://github.com/valitydev/swag-analytics.git
synced 2024-11-06 16:55:21 +00:00
18 lines
359 B
YAML
18 lines
359 B
YAML
type: object
|
|
required:
|
|
- code
|
|
- message
|
|
properties:
|
|
code:
|
|
description: |
|
|
[Код ошибки](#tag/Error-Codes)
|
|
type: string
|
|
enum:
|
|
- invalidRequest
|
|
- ambiguousPartyID
|
|
- invalidDeadline
|
|
- invalidPartyID
|
|
message:
|
|
description: Человекочитаемое описание ошибки
|
|
type: string
|