Skip to main content

ClusterBulkMoveErrorCode

Error codes returned for individual rows of a bulk cluster move operation.

Each code identifies the category of failure so callers can route the row to the correct retry or remediation flow.

enum ClusterBulkMoveErrorCode {
VALIDATION
DB_INSERT
UNKNOWN
}

Values

ClusterBulkMoveErrorCode.VALIDATION

The row failed validation before reaching the catalogue.

ClusterBulkMoveErrorCode.DB_INSERT

The row failed to persist in the catalogue.

ClusterBulkMoveErrorCode.UNKNOWN

The row failed for an unclassified reason.

Member Of

ClusterBulkMoveError object