Transaction
Base exception class for transaction-related errors.
This class serves as the parent for all recoverable errors related to transaction operations.
Inheritors
Types
Link copied to clipboard
class InvalidTransactionResponse(message: String, cause: Throwable? = null) : PortalException.Transaction
Thrown when the response type from a transaction is invalid.
Link copied to clipboard
open class SendAssetArgumentError(message: String, cause: Throwable? = null) : PortalException.Transaction
Thrown when there is an error with send asset arguments.