Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubscriptionPosition ¶ added in v0.8.0
type WriteConflictError ¶ added in v0.8.0
type WriteConflictError struct { StreamId streams.Id Position int64 // position attempted to write Err error // possible underlying storage engine error }
Error type used when optimistic locking hits a write conflict
func (WriteConflictError) Error ¶ added in v0.8.0
func (err WriteConflictError) Error() string
func (WriteConflictError) Is ¶ added in v0.8.0
func (err WriteConflictError) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.