AllStreamOperationsFailedError
Error raised when the stream append path completed deterministically but every submitted operation failed.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AllStreamOperationsFailedError(
result):AllStreamOperationsFailedError
Parameters
Section titled “Parameters”result
Section titled “result”Returns
Section titled “Returns”AllStreamOperationsFailedError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”
readonlycode:"STREAM_ALL_OPERATIONS_FAILED"='STREAM_ALL_OPERATIONS_FAILED'
receipts
Section titled “receipts”
readonlyreceipts: readonlyOperationEventReceipt[]
Every exact immutable receipt returned for the rejected submission.
result
Section titled “result”
readonlyresult:OperationSubmitResult
operations
Section titled “operations”
readonlyoperations:CommitRealOperationResult[]
statusCounts
Section titled “statusCounts”
readonlystatusCounts:object
applied
Section titled “applied”applied:
number
noop:
number
error:
number
cause?
Section titled “cause?”
readonlyoptionalcause?:{ code: string; message: string; }
Overrides
Section titled “Overrides”Error.cause