TransactionError class
Describes the cause of a Rosetta API error.
Constructors
- TransactionError(dynamic message, int status, {Map? detail})
Properties
- errorType ↔ TransactionErrorType
-
Create a TransactionError.
@param {String} message An error message describing the error.
@param {Number} status number The HTTP response status.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
The stack trace at the point where this error was first thrown.
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited