ComposerConflictException class

Thrown when two capabilities declare the same (kind, canonicalKey) with genuinely different content — a real authoring conflict, not the "shared, identical contribution" case FR-036 asks the composer to merge.

Implemented types

Constructors

ComposerConflictException({required ContributionKind kind, required String canonicalKey, required List<String> conflictingRecipeRefs})
const

Properties

canonicalKey String
final
conflictingRecipeRefs List<String>
final
hashCode int
The hash code for this object.
no setterinherited
kind ContributionKind
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