mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +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
3
dev/bootstrap.js
vendored
3
dev/bootstrap.js
vendored
|
|
@ -37,8 +37,7 @@ export default (App) => {
|
|||
StorageResultType: {
|
||||
Success: 0,
|
||||
Error: 1,
|
||||
Abort: 2,
|
||||
Unload: 3
|
||||
Abort: 2
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue