Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors on auth/reg #30

Open
garmoshka-mo opened this issue Sep 18, 2015 · 0 comments
Open

Errors on auth/reg #30

garmoshka-mo opened this issue Sep 18, 2015 · 0 comments
Assignees

Comments

@garmoshka-mo
Copy link
Owner

Серверная сторона

Сейчас ошибки возвращаются в таком формате:

{"error":["login","wrong name or password"],"success":false}

Это очень неудобно обрабатывать на клиенте.
нужен формат:

{
    "success": false,
    "error": "recipient_blocked_you"
}

Надо прорефакторить, чтобы ошибки в командах бросались только эксепшнами,
не через validation/add_error

Бросаемые ошибки перечислите здесь:
https://docs.google.com/document/d/1toAtJHUl3zBIoRAqsWvYx7rC88-8vDMEnospvmOrPJc/edit#

Когда сделаете серверную часть, переведите тикет на Василия

Клиентская сторона

Обрабатывайте ошибки при авторизации\регистрации -
выводите сообщения на русском из dictonary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants