Skip to main content

Interface: ClusterBulkMoveError

Defined in: type/ClusterBulkMoveError.ts:6

Object class for ClusterBulkMoveError Error information for a failed cluster move operation.

Properties

code

code: ClusterBulkMoveErrorCode

Defined in: type/ClusterBulkMoveError.ts:8

Error code indicating the type of error. Can be VALIDATION, DB_INSERT, or UNKNOWN.


messages

messages: string[]

Defined in: type/ClusterBulkMoveError.ts:10

List of error messages describing what went wrong during the cluster move operation


record?

optional record?: string

Defined in: type/ClusterBulkMoveError.ts:12

The cluster record that failed (JSON representation)


rowNumber?

optional rowNumber?: number

Defined in: type/ClusterBulkMoveError.ts:14

Row number in the input array where the error occurred