Created
August 24, 2017 11:01
-
-
Save beshkenadze/e8252252041845e0bfd673abc72622f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"errors: [ | |
{ | |
"error_code": "1001", // любой индитификатор ошибки, необходим для точного опознования ошибки | |
"error_description": "Поле bet может содержать только цифры" // общий текст ошибки для показа пользователю. | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment