WrongExpectedVersionResult class

Inheritance
Annotations
  • @sealed
  • @immutable

Properties

actualPosition LogPosition
The LogPosition after the operation.
no setterinherited
actualState StreamState
The StreamState after the operation.
finalinherited
actualType StreamStateType
The StreamStateType after the operation.
no setterinherited
expected StreamState
The StreamState before the operation.
final
hashCode int
The hash code for this object.
no setterinherited
isError bool
Check if write failed
no setterinherited
isOK bool
Check if write succeeded
no setterinherited
isWrongExpectedVersion bool
Check if write failed because expected stream state failed
no setterinherited
nextExpectedStreamRevision StreamRevision
The expected StreamRevision on next write operation.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamId String
The name of the stream.
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