Send Transaction Failed Exception
class SendTransactionFailedException(message: String, assembledTransaction: AssembledTransaction<*>) : ContractException
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.