Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketingActivityExtensionAppErrorCode
The error code resulted from the marketing activity extension integration.
Signature:
export declare enum MarketingActivityExtensionAppErrorCode
Member | Value | Description |
---|---|---|
ApiError | "API_ERROR" |
The app is either not responding or returning unexpected data. |
InstallRequiredError | "INSTALL_REQUIRED_ERROR" |
The app needs to be installed. |
NotOnboardedError | "NOT_ONBOARDED_ERROR" |
The shop/user must be onboarded to use the app. |
PlatformError | "PLATFORM_ERROR" |
The app has returned an error when invoking the platform. |
ValidationError | "VALIDATION_ERROR" |
The app has returned validation errors. |