Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductDuplicateUserErrorCode
Possible error codes that can be returned by ProductDuplicateUserError
.
Signature:
export declare enum ProductDuplicateUserErrorCode
Member | Value | Description |
---|---|---|
BundlesError | "BUNDLES_ERROR" |
Cannot duplicate a bundle product. |
EmptyTitle | "EMPTY_TITLE" |
The title cannot be empty. |
EmptyVariant | "EMPTY_VARIANT" |
Cannot duplicate a product which has no variants. |
FailedToSave | "FAILED_TO_SAVE" |
Something went wrong when saving the product, please try again. |
GenericError | "GENERIC_ERROR" |
Something went wrong, please try again. |
ProductDoesNotExist | "PRODUCT_DOES_NOT_EXIST" |
The product does not exist. |