E2ePhaseFailure class

A typed failure raised by a public phase and folded by runSession.

Implemented types

Constructors

E2ePhaseFailure(E2eFailureCode code, String message)
Creates a phase failure with stable code and diagnostic message.
const

Properties

code E2eFailureCode
Machine-readable category.
final
hashCode int
The hash code for this object.
no setterinherited
message String
Human-readable diagnostic for logs and capability failures.
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