Home > @infiniteobjects/shopify-data-manager > AdminTypes > CartTransformCreateUserErrorCode
Possible error codes that can be returned by CartTransformCreateUserError
.
Signature:
export declare enum CartTransformCreateUserErrorCode
Member | Value | Description |
---|---|---|
FunctionAlreadyRegistered | "FUNCTION_ALREADY_REGISTERED" |
A cart transform function already exists for the provided function_id. |
FunctionDoesNotImplement | "FUNCTION_DOES_NOT_IMPLEMENT" |
Function does not implement the required interface for this cart_transform function. |
FunctionNotFound | "FUNCTION_NOT_FOUND" |
No Shopify Function found for provided function_id. |
InputInvalid | "INPUT_INVALID" |
Failed to create cart transform due to invalid input. |