Home > @infiniteobjects/shopify-data-manager > AdminTypes > BulkProductResourceFeedbackCreateUserErrorCode
Possible error codes that can be returned by BulkProductResourceFeedbackCreateUserError.
Signature:
export declare enum BulkProductResourceFeedbackCreateUserErrorCode
| Member | Value | Description |
|---|---|---|
| Blank | "BLANK" |
The input value is blank. |
| Invalid | "INVALID" |
The input value is invalid. |
| LessThanOrEqualTo | "LESS_THAN_OR_EQUAL_TO" |
The input value should be less than or equal to the maximum value allowed. |
| MaximumFeedbackLimitExceeded | "MAXIMUM_FEEDBACK_LIMIT_EXCEEDED" |
The operation was attempted on too many feedback objects. The maximum number of feedback objects that you can operate on is 50. |
| OutdatedFeedback | "OUTDATED_FEEDBACK" |
The feedback for a later version of this resource was already accepted. |
| Present | "PRESENT" |
The input value needs to be blank. |
| ProductNotFound | "PRODUCT_NOT_FOUND" |
The product wasn’t found or isn’t available to the channel. |