Skip to content

AllStreamOperationsFailedError

Error raised when the stream append path completed deterministically but every submitted operation failed.

  • Error

new AllStreamOperationsFailedError(result): AllStreamOperationsFailedError

OperationSubmitResult

AllStreamOperationsFailedError

Error.constructor

readonly code: "STREAM_ALL_OPERATIONS_FAILED" = 'STREAM_ALL_OPERATIONS_FAILED'


readonly receipts: readonly OperationEventReceipt[]

Every exact immutable receipt returned for the rejected submission.


readonly result: OperationSubmitResult


readonly operations: CommitRealOperationResult[]


readonly statusCounts: object

applied: number

noop: number

error: number


readonly optional cause?: { code: string; message: string; }

Error.cause