TrackerFailureCode enum
Categorized failure codes for tracker adapters.
These names mirror the Symphony spec (Section 11.4) so observability fields stay consistent across adapters.
Values
- unsupportedTrackerKind → const TrackerFailureCode
-
Tracker kind in
WORKFLOW.mdis not supported. - missingTrackerApiKey → const TrackerFailureCode
-
Tracker API key was missing after env resolution.
- missingTrackerProjectSlug → const TrackerFailureCode
-
Tracker project slug was missing or empty.
- apiRequest → const TrackerFailureCode
-
HTTP transport failure while talking to the tracker API.
- apiStatus → const TrackerFailureCode
-
Tracker API returned a non-2xx HTTP status.
- graphqlErrors → const TrackerFailureCode
-
Tracker GraphQL response surfaced top-level
errors. - unknownPayload → const TrackerFailureCode
-
Tracker payload could not be decoded into the expected shape.
- missingEndCursor → const TrackerFailureCode
-
Pagination response was missing the
endCursorforhasNextPage. - localPlanParse → const TrackerFailureCode
-
The local plan tracker could not parse
.spectra/PLAN.md. - localPlanMissing → const TrackerFailureCode
-
The local plan tracker could not find
.spectra/PLAN.md.
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<
TrackerFailureCode> - A constant List of the values in this enum, in order of their declaration.