Package org. stellar. walletsdk. exception
Types
Link copied to clipboard
class AccountNotEnoughBalanceException(accountAddress: String, accountBalance: BigDecimal, transactionFees: BigDecimal) : StellarException
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class AnchorRequestException(message: String, cause: Exception) : WalletException
Content copied to clipboard
Link copied to clipboard
class AssetNotAcceptedForDepositException(assetId: StellarAssetId) : AnchorAssetException
Content copied to clipboard
Link copied to clipboard
class AssetNotAcceptedForWithdrawalException(assetId: StellarAssetId) : AnchorAssetException
Content copied to clipboard
Link copied to clipboard
class AssetNotEnabledForDepositException(assetId: StellarAssetId) : AnchorAssetException
Content copied to clipboard
Link copied to clipboard
class AssetNotEnabledForWithdrawalException(assetId: StellarAssetId) : AnchorAssetException
Content copied to clipboard
Link copied to clipboard
class AssetNotSupportedException(assetCode: AssetId) : AnchorAssetException
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ErrorOnDeletingCustomerException(account: String) : CustomerExceptions
Content copied to clipboard
Link copied to clipboard
class HorizonRequestFailedException(response: ErrorResponse) : WalletException
Content copied to clipboard
Link copied to clipboard
class IncorrectTransactionStatusException(transaction: AnchorTransaction, expectedStatus: TransactionStatus) : WalletException
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class InvalidJsonException(reason: String, json: Any) : InvalidResponseException
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class TransactionSubmitFailedException(response: SubmitTransactionResponse) : StellarException
Content copied to clipboard
Link copied to clipboard
class UnauthorizedCustomerDeletionException(account: String) : CustomerExceptions
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard