mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Add specific registration error cases for SVRB.
This commit is contained in:
committed by
Cody Henthorne
parent
0726c29528
commit
9dcc704a9e
@@ -2178,6 +2178,9 @@ sealed interface RemoteRestoreResult {
|
||||
data object NetworkError : RemoteRestoreResult
|
||||
data object Canceled : RemoteRestoreResult
|
||||
data object Failure : RemoteRestoreResult
|
||||
|
||||
/** SVRB has failed in such a way that recovering a backup is impossible. */
|
||||
data object PermanentSvrBFailure : RemoteRestoreResult
|
||||
}
|
||||
|
||||
sealed interface RestoreTimestampResult {
|
||||
|
||||
Reference in New Issue
Block a user