SendTransactionFailedException

Exception thrown when sending a transaction to the network fails.

This indicates that the transaction was rejected by the network before being queued for consensus. Common causes include invalid signatures, expired transaction, or network communication errors.

Constructors

Link copied to clipboard
constructor(message: String, assembledTransaction: AssembledTransaction<*>)

Properties

Link copied to clipboard

The AssembledTransaction that caused the error

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