Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductDeleteUserErrorCode
Possible error codes that can be returned by ProductDeleteUserError.
Signature:
export declare enum ProductDeleteUserErrorCode
| Member | Value | Description |
|---|---|---|
| GenericError | "GENERIC_ERROR" |
Something went wrong, please try again. |
| ProductDoesNotExist | "PRODUCT_DOES_NOT_EXIST" |
Product does not exist. |