Home > @infiniteobjects/shopify-data-manager > AdminTypes > CartTransformDeleteUserErrorCode
Possible error codes that can be returned by CartTransformDeleteUserError
.
Signature:
export declare enum CartTransformDeleteUserErrorCode
Member | Value | Description |
---|---|---|
NotFound | "NOT_FOUND" |
Could not find cart transform for provided id. |
UnauthorizedAppScope | "UNAUTHORIZED_APP_SCOPE" |
Unauthorized app scope. |