feat(GODT-3046): removed unused error notifications, and added default user to bridge-gui-tester.

This commit is contained in:
Xavier Michelon
2023-11-01 09:36:28 +01:00
parent b34f5d072f
commit 5ca9a7db37
19 changed files with 684 additions and 718 deletions

View File

@ -385,9 +385,7 @@ message DiskCacheEvent {
}
enum DiskCacheErrorType {
DISK_CACHE_UNAVAILABLE_ERROR = 0;
CANT_MOVE_DISK_CACHE_ERROR = 1;
DISK_FULL_ERROR = 2;
CANT_MOVE_DISK_CACHE_ERROR = 0;
};
message DiskCacheErrorEvent {