Handle fatal error during backup import

This commit is contained in:
trevor-signal
2024-12-05 11:35:37 -05:00
committed by GitHub
parent 94dba11bcb
commit 10eeb63776
9 changed files with 146 additions and 41 deletions

View File

@@ -18,8 +18,9 @@ export enum InstallScreenBackupStep {
}
export enum InstallScreenBackupError {
Unknown = 'Unknown',
UnsupportedVersion = 'UnsupportedVersion',
Retriable = 'Retriable',
Fatal = 'Fatal',
}
export enum InstallScreenError {