BatchWriteErrorResult class

Inheritance
Annotations
  • @sealed

Properties

actualPosition LogPosition
The LogPosition after the operation.
no setterinherited
actualState StreamState
The StreamState after the operation.
no setterinherited
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
isCompleted bool
Check if operation has completed. Operation is completed when all events are appended, and after cancel is called.
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
message String
Get error message
no setter
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

cancel() Future<void>
Cancel call to server
inherited
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