Skip to main content

ProductBulkMoveErrorCode

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

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

enum ProductBulkMoveErrorCode {
VALIDATION
DB_INSERT
UNKNOWN
}

Values

ProductBulkMoveErrorCode.VALIDATION

The row failed validation before reaching the catalogue.

ProductBulkMoveErrorCode.DB_INSERT

The row failed to persist in the catalogue.

ProductBulkMoveErrorCode.UNKNOWN

The row failed for an unclassified reason.

Member Of

ProductBulkMoveError object