Skip to main content
Anchor to SubscriptionBillingAttemptProcessingError

SubscriptionBillingAttemptProcessingError

interface

An error that prevented a billing attempt.

•SubscriptionBillingAttemptErrorCode!
non-null

The code for the error.

•String!
non-null

An explanation of the error.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

A base error type that applies to all uncategorized error classes.

•SubscriptionBillingAttemptErrorCode!
non-null

The code for the error.

•String!
non-null

An explanation of the error.

•OBJECT

An inventory error caused by an issue with one or more of the contract merchandise lines.

•SubscriptionBillingAttemptErrorCode!
non-null

The code for the error.

Anchor to insufficientStockProductVariantsinsufficientStockProductVariants
•ProductVariantConnection!
non-null

A list of product variants that caused the insufficient inventory error.

Arguments

•Int

The first n elements from the paginated list.

•String

The elements that come after the specified cursor.

•Int

The last n elements from the paginated list.

•String

The elements that come before the specified cursor.

•Boolean
Default:false

Reverse the order of the underlying list.


•String!
non-null

An explanation of the error.

•OBJECT

An inventory error caused by an issue with one or more of the contract merchandise lines.

•SubscriptionBillingAttemptErrorCode!
non-null

The code for the error.

•String!
non-null

An explanation of the error.

Anchor to outOfStockProductVariantsoutOfStockProductVariants
•ProductVariantConnection!
non-nullDeprecated

Arguments

•Int

The first n elements from the paginated list.

•String

The elements that come after the specified cursor.

•Int

The last n elements from the paginated list.

•String

The elements that come before the specified cursor.

•Boolean
Default:false

Reverse the order of the underlying list.



Was this section helpful?