Login errors handling improvements

This commit is contained in:
estevez-dev
2019-09-03 23:44:03 +03:00
parent 0d2f1cf9aa
commit 6a8cee2cc2
4 changed files with 26 additions and 14 deletions

View File

@ -120,4 +120,5 @@ class ErrorCode {
static const GENERAL_AUTH_ERROR = 11;
static const AUTH_ERROR = 12;
static const NOT_LOGGED_IN = 13;
static const SECURE_STORAGE_READ_ERROR = 14;
}