Update SDK
This commit is contained in:
parent
73627d9319
commit
b2306258b4
3 changed files with 5 additions and 1 deletions
|
|
@ -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()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue