ErrorCode enum
Categorize the broad reason a Span completed unsuccessfully.
Values
- failure → const ErrorCode
-
An application failure caused the Span to terminate
- abandon → const ErrorCode
-
The operation tracked by the Span was terminated because the user abandoned and canceled it before it can complete successfully.
- unknown → const ErrorCode
-
The reason for the unsuccessful termination is unknown
Properties
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