MssqlIncludeConflictException class
Raised when two include() calls name the same path with different options.
Merging lines.takePerParent(5) with lines.takePerParent(10) would
silently pick one ceiling. The same for a filter, an order, a strategy or
a trash scope: the call site has to agree, or say so as two names.
- Inheritance
-
- Object
- MssqlOrmException
- MssqlIncludeConflictException
Constructors
- MssqlIncludeConflictException({required String path, required String reason})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
A sentence naming what happened and, where there is one, what to do.
no setteroverride
- path → String
-
Dot-separated relation names, starting at the root include.
final
- reason → String
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited