Type Alias: BatchOperationError
type BatchOperationError = object;
Properties
message
message: string;
The error message that occurred during the batch operation.
partitionId
partitionId: number;
The partition ID where the error occurred.
type
type: "QUERY_FAILED" | "RESULT_BUFFER_SIZE_EXCEEDED";
The type of the error that occurred during the batch operation.