FlowExperimentRejectionReason enum
Why a V1 flow candidate was ineligible.
Values
- unsupportedGateRevision → const FlowExperimentRejectionReason
-
The verdict revision is stale or unsupported.
- artifactIntegrityUnverified → const FlowExperimentRejectionReason
-
A mandatory loader-owned integrity proof is absent.
- closureInvalid → const FlowExperimentRejectionReason
-
A closure is incomplete, contains extras/cycles, or exceeds depth four.
- documentInvalid → const FlowExperimentRejectionReason
-
A FlowDocument or wrapper failed production validation.
- surfaceOrModeMismatch → const FlowExperimentRejectionReason
-
Surface, mode, root identity, or retained descriptor floor differs.
- capabilityFloorRaised → const FlowExperimentRejectionReason
-
A document, screen, or action requires unavailable built-in capability.
- requiredLibraryUnsatisfied → const FlowExperimentRejectionReason
-
A required custom widget library is absent, unversioned, or too old.
- actionBindingUnsatisfied → const FlowExperimentRejectionReason
-
A declared action has no compatible installed binding.
- signalUnsatisfied → const FlowExperimentRejectionReason
-
A general document declares a signal the host did not install.
- typedCompatibilityRejected → const FlowExperimentRejectionReason
-
Typed delivery changed a client-observable contract surface.
- liveStateAmbiguous → const FlowExperimentRejectionReason
-
Eligibility would depend on unknown live host or sub-flow state.
- malformedInput → const FlowExperimentRejectionReason
-
The supplied capability snapshot contains duplicate or invalid identities.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
FlowExperimentRejectionReason> - A constant List of the values in this enum, in order of their declaration.