feature/proxy storage bypass (#1179)

* feature: added proxy storage bypass
- added encryption error handling to apiController

* chore: fixed include
This commit is contained in:
Nethius
2024-10-18 13:57:38 +04:00
committed by GitHub
parent d63bf15011
commit 74802f30ed
6 changed files with 57 additions and 6 deletions
+1
View File
@@ -108,6 +108,7 @@ namespace amnezia
ApiConfigTimeoutError = 1103,
ApiConfigSslError = 1104,
ApiMissingAgwPublicKey = 1105,
ApiConfigDecryptionError = 1106,
// QFile errors
OpenError = 1200,