mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 08:07:59 -06:00
Fixed visual bugs, added notifications on document upload success, enabled editing in inbox, added hints
This commit is contained in:
8
lib/core/global/os_error_codes.dart
Normal file
8
lib/core/global/os_error_codes.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
enum OsErrorCodes {
|
||||
serverUnreachable(101),
|
||||
hostNotFound(7),
|
||||
invalidClientCertConfig(318767212);
|
||||
|
||||
const OsErrorCodes(this.code);
|
||||
final int code;
|
||||
}
|
||||
Reference in New Issue
Block a user