Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppSubscriptionTrialExtendUserErrorCode
Possible error codes that can be returned by AppSubscriptionTrialExtendUserError
.
Signature:
export declare enum AppSubscriptionTrialExtendUserErrorCode
Member | Value | Description |
---|---|---|
SubscriptionNotActive | "SUBSCRIPTION_NOT_ACTIVE" |
The app subscription isn’t active. |
SubscriptionNotFound | "SUBSCRIPTION_NOT_FOUND" |
The app subscription wasn’t found. |
TrialNotActive | "TRIAL_NOT_ACTIVE" |
The trial isn’t active. |