All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.stellar.walletsdk.exception.RecoveryExceptions.kt Maven / Gradle / Ivy

The newest version!
package org.stellar.walletsdk.exception

sealed class RecoveryException(message: String) : WalletException(message)

object NoAccountSignersException :
  RecoveryException("There are no signers on this recovery server")

object NotAllSignaturesFetchedException :
  RecoveryException("Didn't get all recovery server signatures")

object NotRegisteredWithAllException :
  RecoveryException("Could not register with all recovery servers")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy