--- title: SubscriptionBillingAttemptProcessingError - GraphQL Admin description: An error that prevented a billing attempt. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/SubscriptionBillingAttemptProcessingError md: >- https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/SubscriptionBillingAttemptProcessingError.md --- # Subscription​Billing​Attempt​Processing​Error interface An error that prevented a billing attempt. ## Fields * code [Subscription​Billing​Attempt​Error​Code!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/SubscriptionBillingAttemptErrorCode) non-null The code for the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null An explanation of the error. *** ##### Variables ```json { "code": "", "message": "" } ``` ##### Schema ```graphql interface SubscriptionBillingAttemptProcessingError { code: SubscriptionBillingAttemptErrorCode! message: String! } ```