chore: added 404 handling for revoke configs
- added revoke before remove api server for premium v2
This commit is contained in:
parent
d19017f87b
commit
19fcddfdaf
5 changed files with 23 additions and 6 deletions
|
@ -110,6 +110,7 @@ namespace amnezia
|
|||
ApiConfigDecryptionError = 1106,
|
||||
ApiServicesMissingError = 1107,
|
||||
ApiConfigLimitError = 1108,
|
||||
ApiNotFoundError = 1109,
|
||||
|
||||
// QFile errors
|
||||
OpenError = 1200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue