swag-wallets/spec/definitions/responses/BadRequest.yaml
Pavel Popov c9461e1782
Translate into english (#38)
* Translate into english

* Update api/payres/spec/swagger.yaml

* Update api/wallet/spec/definitions/DepositRevertStatus.yaml

* Revert webhook public key example

* Apply suggestions from code review

Co-authored-by: vilorij <vilorij@ya.ru>
Co-authored-by: Rinat Arsaev <11846445+A77AY@users.noreply.github.com>

* Update api/wallet/spec/definitions/WithdrawalsTopic.yaml

* Update api/wallet/spec/paths/identities@{identityID}@withdrawal-methods.yaml

* Update api/wallet/spec/paths/destinations@{destinationID}@grants.yaml

* Format MD parts

* Update api/wallet/spec/definitions/CurrencyID.yaml

* Update api/wallet/spec/definitions/Deposit.yaml

* Apply suggestions from code review

Co-authored-by: vilorij <vilorij@ya.ru>
Co-authored-by: Артем <WWW_cool@inbox.ru>

* Update api/wallet/spec/definitions/Deposit.yaml

* Update api/wallet/spec/definitions/Identity.yaml

Co-authored-by: Артем <WWW_cool@inbox.ru>

* Update api/wallet/spec/definitions/DestinationGrantRequest.yaml

Co-authored-by: vilorij <vilorij@ya.ru>

* Update api/wallet/spec/definitions/DestinationGrantRequest.yaml

Co-authored-by: vilorij <vilorij@ya.ru>

* Update api/wallet/spec/definitions/DestinationGrantRequest.yaml

Co-authored-by: vilorij <vilorij@ya.ru>

* Update api/wallet/spec/definitions/FileDownload.yaml

Co-authored-by: vilorij <vilorij@ya.ru>

* Update api/wallet/spec/definitions/W2WTransfer.yaml

Co-authored-by: vilorij <vilorij@ya.ru>

* Update api/payres/spec/swagger.yaml

Co-authored-by: Артем <WWW_cool@inbox.ru>

* Update api/wallet/spec/definitions/Destination.yaml

Co-authored-by: Артем <WWW_cool@inbox.ru>

* Update api/wallet/spec/definitions/Provider.yaml

Co-authored-by: vilorij <vilorij@ya.ru>

* Update api/wallet/spec/definitions/Report.yaml

Co-authored-by: vilorij <vilorij@ya.ru>

* Update api/wallet/spec/definitions/Identity.yaml

Co-authored-by: Артем <WWW_cool@inbox.ru>

* Update api/wallet/spec/definitions/Provider.yaml

Co-authored-by: Артем <WWW_cool@inbox.ru>

* Update api/wallet/spec/definitions/Report.yaml

Co-authored-by: vilorij <vilorij@ya.ru>

* Update api/wallet/spec/definitions/QuoteParameters.yaml

* Update api/wallet/spec/definitions/SourceID.yaml

Co-authored-by: vilorij <vilorij@ya.ru>

* Update api/wallet/spec/definitions/ReceiverResource.yaml

Co-authored-by: Артем <WWW_cool@inbox.ru>

* Fixes

* Remove crowdin configuration

Co-authored-by: vilorij <vilorij@ya.ru>
Co-authored-by: Rinat Arsaev <11846445+A77AY@users.noreply.github.com>
Co-authored-by: Артем <WWW_cool@inbox.ru>
2023-01-16 15:38:24 +07:00

28 lines
602 B
YAML

type: object
required:
- errorType
properties:
errorType:
description: Error type
type: string
enum:
- SchemaViolated
- NotFound
- WrongType
- NotInRange
- WrongSize
- WrongLength
- WrongArray
- NoMatch
- InvalidResourceToken
- InvalidToken
example: NotFound
name:
description: Name or identifier of message element containing invalid data
type: string
example: X-Request-ID
description:
description: Explanation of why the data is invalid
type: string
example: Required parameter was not sent