HG-469: Recurent error (#532)

* added recurent error

* moved to route not found

* renamed
This commit is contained in:
Артем 2020-01-15 16:36:17 +03:00 committed by GitHub
parent c153c3e0bd
commit 2fa28c8e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,6 +134,7 @@ union BankCardReject {
union NoRouteFoundFailure {
1: GeneralFailure unknown
2: GeneralFailure risk_score_is_too_high
3: GeneralFailure forbidden
}
union TermsViolated {