Skip to main content
Version: 8.9 (unreleased)

Type Alias: BatchOperationError

type BatchOperationError = object;

Defined in: gen/types.gen.ts:791

Properties

message?

optional message: string;

Defined in: gen/types.gen.ts:803

The error message that occurred during the batch operation.


partitionId?

optional partitionId: number;

Defined in: gen/types.gen.ts:795

The partition ID where the error occurred.


type?

optional type: "QUERY_FAILED" | "RESULT_BUFFER_SIZE_EXCEEDED";

Defined in: gen/types.gen.ts:799

The type of the error that occurred during the batch operation.