mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Changed: StorageResultType to error result code
This commit is contained in:
parent
be3ef15f8e
commit
4a8d516123
33 changed files with 257 additions and 302 deletions
|
|
@ -1,15 +1,5 @@
|
|||
/* eslint quote-props: 0 */
|
||||
|
||||
/**
|
||||
* @enum {string}
|
||||
*/
|
||||
export const StorageResultType = {
|
||||
Success: 'success',
|
||||
Abort: 'abort',
|
||||
Error: 'error',
|
||||
Unload: 'unload'
|
||||
};
|
||||
|
||||
/**
|
||||
* @enum {string}
|
||||
*/
|
||||
|
|
@ -142,7 +132,6 @@ export const Notification = {
|
|||
InvalidInputArgument: 903,
|
||||
|
||||
JsonFalse: 950,
|
||||
JsonAbort: 951,
|
||||
JsonParse: 952,
|
||||
// JsonTimeout: 953,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue