Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopResourceFeedbackCreateUserErrorCode
Possible error codes that can be returned by ShopResourceFeedbackCreateUserError.
Signature:
export declare enum ShopResourceFeedbackCreateUserErrorCode
| Member | Value | Description |
|---|---|---|
| Blank | "BLANK" |
The input value is blank. |
| Invalid | "INVALID" |
The input value is invalid. |
| OutdatedFeedback | "OUTDATED_FEEDBACK" |
The feedback for a later version of the resource was already accepted. |
| Present | "PRESENT" |
The input value needs to be blank. |