TrackingConflictException class final

A lifecycle command conflicts with an existing same-owner route.

Inheritance

Constructors

TrackingConflictException({required String code, required String message, TrackingRecoveryAction? recoveryAction = TrackingRecoveryActions.resume, String? trackId, Object? cause})
const

Properties

cause Object?
Sanitized debugging cause.
finalinherited
code String
Stable snake_case failure identifier.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
Developer-facing sanitized message.
finalinherited
recoveryAction TrackingRecoveryAction?
Suggested host recovery action, when one is known.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackId String?
Verified same-scope track ID, when safe to reveal.
finalinherited

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