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

Thrown when the response type from a transaction is invalid.

Link copied to clipboard

Thrown when there is an error with send asset arguments.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?