# BillingAttemptUserError - admin-graphql - OBJECT Version: 2024-10 ## Description Represents an error that happens during the execution of a billing attempt mutation. ### Access Scopes `read_own_subscription_contracts` access scope. ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/BillingAttemptUserErrorCode): BillingAttemptUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [subscriptionBillingAttemptCreate](/docs/api/admin-graphql/2024-10/mutations/subscriptionBillingAttemptCreate) Creates a new subscription billing attempt. For more information, refer to [Create a subscription contract](https://shopify.dev/docs/apps/selling-strategies/subscriptions/contracts/create#step-4-create-a-billing-attempt). * [subscriptionBillingCycleCharge](/docs/api/admin-graphql/2024-10/mutations/subscriptionBillingCycleCharge) Creates a new subscription billing attempt for a specified billing cycle. This is the alternative mutation for [subscriptionBillingAttemptCreate](https://shopify.dev/docs/api/admin-graphql/latest/mutations/subscriptionBillingAttemptCreate). For more information, refer to [Create a subscription contract](https://shopify.dev/docs/apps/selling-strategies/subscriptions/contracts/create#step-4-create-a-billing-attempt). ## Related Unions ## Examples