Update SDK

This commit is contained in:
Benoit Marty 2025-10-02 14:40:47 +02:00 committed by Benoit Marty
parent 73627d9319
commit b2306258b4
3 changed files with 5 additions and 1 deletions

View file

@ -20,6 +20,9 @@ fun Throwable.mapRecoveryException(): RecoveryException {
message = errorMessage
)
is RustRecoveryException.BackupExistsOnServer -> RecoveryException.BackupExistsOnServer
is RustRecoveryException.Import -> RecoveryException.Import(
message = errorMessage
)
is RustRecoveryException.Client -> RecoveryException.Client(
source.mapClientException()
)