TransactionException

Transaction-related errors (5xxx range).

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class SigningFailed(message: String, cause: Throwable? = null) : TransactionException

Transaction signing failed error.

Link copied to clipboard
class SimulationFailed(message: String, cause: Throwable? = null) : TransactionException

Transaction simulation failed error.

Link copied to clipboard
class SubmissionFailed(message: String, cause: Throwable? = null) : TransactionException

Transaction submission failed error.

Link copied to clipboard
class Timeout(message: String = "Transaction timed out", cause: Throwable? = null) : TransactionException

Transaction timeout error.

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String