stack

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

AdminTypes.BillingAttemptUserErrorCode enum

Possible error codes that can be returned by BillingAttemptUserError.

Signature:

export declare enum BillingAttemptUserErrorCode 

Enumeration Members

Member Value Description
Blank "BLANK" The input value is blank.
ContractNotFound "CONTRACT_NOT_FOUND" Subscription contract does not exist.
ContractUnderReview "CONTRACT_UNDER_REVIEW" Subscription contract is under review.
CycleIndexOutOfRange "CYCLE_INDEX_OUT_OF_RANGE" Billing cycle selector cannot select billing cycle outside of index range.
CycleStartDateOutOfRange "CYCLE_START_DATE_OUT_OF_RANGE" Billing cycle selector cannot select billing cycle outside of start date range.
Invalid "INVALID" The input value is invalid.
OriginTimeBeforeContractCreation "ORIGIN_TIME_BEFORE_CONTRACT_CREATION" Origin time cannot be before the contract creation time.
OriginTimeOutOfRange "ORIGIN_TIME_OUT_OF_RANGE" Origin time needs to be within the selected billing cycle’s start and end at date.
UpcomingCycleLimitExceeded "UPCOMING_CYCLE_LIMIT_EXCEEDED" Billing cycle selector cannot select upcoming billing cycle past limit.