TxSendException class final

Exception thrown when submitting the transaction fails.

Implemented types

Constructors

TxSendException.new({required TxSendErrorCode code, required String info})
The default constructor for TxSendException.
const

Properties

code TxSendErrorCode
A more specific failure reason.
final
hashCode int
The hash code for this object.
no setterinherited
info String
The human readable info about the exception.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited