mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Set response ErrorCode as iError for easier fetch error handling
This commit is contained in:
parent
a46c0c3b21
commit
11fd6736bb
24 changed files with 145 additions and 253 deletions
|
|
@ -77,6 +77,9 @@ export const SaveSettingsStep = {
|
|||
* @enum {number}
|
||||
*/
|
||||
export const Notification = {
|
||||
RequestError: 1,
|
||||
RequestAborted: 2,
|
||||
|
||||
InvalidToken: 101,
|
||||
AuthError: 102,
|
||||
ConnectionError: 104,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue