stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryCustomizationErrorCode

AdminTypes.DeliveryCustomizationErrorCode enum

Possible error codes that can be returned by DeliveryCustomizationError.

Signature:

export declare enum DeliveryCustomizationErrorCode 

Enumeration Members

Member Value Description
CustomAppFunctionNotEligible "CUSTOM_APP_FUNCTION_NOT_ELIGIBLE" Shop must be on a Shopify Plus plan to activate functions from a custom app.
DeliveryCustomizationFunctionNotEligible "DELIVERY_CUSTOMIZATION_FUNCTION_NOT_ELIGIBLE" Shop must be on a Shopify Plus plan to activate delivery customizations from a custom app.
DeliveryCustomizationNotFound "DELIVERY_CUSTOMIZATION_NOT_FOUND" Delivery customization not found.
FunctionDoesNotImplement "FUNCTION_DOES_NOT_IMPLEMENT" Function does not implement the required interface for this delivery customization.
FunctionIdCannotBeChanged "FUNCTION_ID_CANNOT_BE_CHANGED" Function ID cannot be changed.
FunctionNotFound "FUNCTION_NOT_FOUND" Function not found.
FunctionPendingDeletion "FUNCTION_PENDING_DELETION" Function is pending deletion.
Invalid "INVALID" The input value is invalid.
InvalidMetafields "INVALID_METAFIELDS" Could not create or update metafields.
MaximumActiveDeliveryCustomizations "MAXIMUM_ACTIVE_DELIVERY_CUSTOMIZATIONS" Maximum delivery customizations are already enabled.
RequiredInputField "REQUIRED_INPUT_FIELD" Required input field must be present.
UnauthorizedAppScope "UNAUTHORIZED_APP_SCOPE" Unauthorized app scope.