AggregateCommandErrorResult<TEvent extends Object, TValue extends Object, TId extends AggregateId, TState extends AggregateState<TValue>, TAggregate extends Aggregate<TEvent, TValue, TId, TState>> class

Inheritance

Constructors

AggregateCommandErrorResult(Object cause, [TAggregate? aggregate])

Properties

aggregate → TAggregate?
TAggregate modified
finalinherited
cause Object
final
changes Iterable<TEvent>?
Get TEvents appended to aggregate
no setterinherited
current → TState?
Get state after changes was applied
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isError bool
no setterinherited
isNoOp bool
no setterinherited
isOk bool
no setterinherited
original → TState?
Get state before changes was applied
no setterinherited
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