Package org.stellar.walletsdk.exception

Types

Link copied to clipboard
class AccountNotEnoughBalanceException(accountAddress: String, accountBalance: BigDecimal, transactionFees: BigDecimal) : StellarException
Link copied to clipboard
sealed class AnchorAssetException : AnchorException
Link copied to clipboard
object AnchorAuthNotSupported : AnchorException
Link copied to clipboard
@Serializable
data class AnchorErrorResponse(error: String)
Link copied to clipboard
sealed class AnchorException : WalletException
Link copied to clipboard
object AnchorInteractiveFlowNotSupported : AnchorException
Link copied to clipboard
class AnchorRequestException(message: String, cause: Exception) : WalletException
Link copied to clipboard
class AssetNotAcceptedForDepositException(assetId: StellarAssetId) : AnchorAssetException
Link copied to clipboard
Link copied to clipboard
class AssetNotEnabledForDepositException(assetId: StellarAssetId) : AnchorAssetException
Link copied to clipboard
Link copied to clipboard
class AssetNotSupportedException(assetCode: AssetId) : AnchorAssetException
Link copied to clipboard
object ClientDomainWithMemoException : ValidationException
Link copied to clipboard
sealed class CustomerExceptions : WalletException
Link copied to clipboard
class CustomerNotFoundException(account: String) : CustomerExceptions
Link copied to clipboard
class CustomerUpdateException : CustomerExceptions
Link copied to clipboard
class ErrorOnDeletingCustomerException(account: String) : CustomerExceptions
Link copied to clipboard
class HorizonRequestFailedException(response: ErrorResponse) : WalletException
Link copied to clipboard
class IncorrectTransactionStatusException(transaction: AnchorTransaction, expectedStatus: TransactionStatus) : WalletException
Link copied to clipboard
class InvalidAnchorServiceUrl(e: Exception) : ValidationException
Link copied to clipboard
class InvalidDataException(message: String) : InvalidResponseException
Link copied to clipboard
class InvalidJsonException(reason: String, json: Any) : InvalidResponseException
Link copied to clipboard
object InvalidMemoIdException : ValidationException
Link copied to clipboard
sealed class InvalidResponseException : WalletException
Link copied to clipboard
object InvalidSponsoredAccountException : ValidationException
Link copied to clipboard
object InvalidStartingBalanceException : ValidationException
Link copied to clipboard
class KYCServerNotFoundException : CustomerExceptions
Link copied to clipboard
object MissingTokenException : InvalidResponseException
Link copied to clipboard
object MissingTransactionException : InvalidResponseException
Link copied to clipboard
object NetworkMismatchException : InvalidResponseException
Link copied to clipboard
object NoAccountSignersException : RecoveryException
Link copied to clipboard
object NotAllSignaturesFetchedException : RecoveryException
Link copied to clipboard
object NotRegisteredWithAllException : RecoveryException
Link copied to clipboard
class OperationsLimitExceededException : StellarException
Link copied to clipboard
sealed class RecoveryException : WalletException
Link copied to clipboard
sealed class StellarException : WalletException
Link copied to clipboard
class TransactionSubmitFailedException(response: SubmitTransactionResponse) : StellarException
Link copied to clipboard
class UnauthorizedCustomerDeletionException(account: String) : CustomerExceptions
Link copied to clipboard
open class ValidationException : WalletException
Link copied to clipboard
sealed class WalletException : Exception