mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Handle fatal error during backup import
This commit is contained in:
@@ -99,7 +99,15 @@ Error.args = {
|
||||
backupStep: InstallScreenBackupStep.Download,
|
||||
currentBytes: 500 * 1024,
|
||||
totalBytes: 1024 * 1024,
|
||||
error: InstallScreenBackupError.Unknown,
|
||||
error: InstallScreenBackupError.Retriable,
|
||||
};
|
||||
|
||||
export const FatalError = Template.bind({});
|
||||
FatalError.args = {
|
||||
backupStep: InstallScreenBackupStep.Process,
|
||||
currentBytes: 500 * 1024,
|
||||
totalBytes: 1024 * 1024,
|
||||
error: InstallScreenBackupError.Fatal,
|
||||
};
|
||||
|
||||
export const UnsupportedVersion = Template.bind({});
|
||||
|
||||
Reference in New Issue
Block a user