TezartNodeErrorTypes enum

Exhaustive list of node errors.

Inheritance

Constructors

TezartNodeErrorTypes()
const

Values

alreadyRevealedKey → const TezartNodeErrorTypes

Already revealed public key.

Happens when trying to reveal an already revealed key.

monitoringTimedOut → const TezartNodeErrorTypes

Operation monitoring timedout.

Happens when the monitoring of an operation times out :

  • time between two blocks exceeded the limit.
  • waited for too much blocks without retrieving the operation id.
counterError → const TezartNodeErrorTypes

Counter already used error.

Happens when the counter of an operation has already been used.

simulationFailed → const TezartNodeErrorTypes

Simulation status is != applied

unhandled → const TezartNodeErrorTypes

Unhandled error.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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.
inherited

Operators

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

Constants

values → const List<TezartNodeErrorTypes>
A constant List of the values in this enum, in order of their declaration.