--- title: SubscriptionBillingCycleUserError - GraphQL Admin description: The possible errors for a subscription billing cycle. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/SubscriptionBillingCycleUserError md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/SubscriptionBillingCycleUserError.md --- # Subscription​Billing​Cycle​User​Error object Requires `read_own_subscription_contracts` access scope. The possible errors for a subscription billing cycle. ## Fields * code [Subscription​Billing​Cycle​Error​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/SubscriptionBillingCycleErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [subscription​Billing​Cycle​Edit​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/subscriptionBillingCycleEditDelete) mutation Delete the schedule and contract edits of the selected subscription billing cycle. * [subscription​Billing​Cycle​Edits​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/subscriptionBillingCycleEditsDelete) mutation Delete the current and future schedule and contract edits of a list of subscription billing cycles. * [subscription​Billing​Cycle​Schedule​Edit](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/subscriptionBillingCycleScheduleEdit) mutation Modify the schedule of a specific billing cycle. *** ## <\~> SubscriptionBillingCycleUserError Mutations ### Mutated by * <\~>[subscription​Billing​Cycle​Edit​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/subscriptionBillingCycleEditDelete) * <\~>[subscription​Billing​Cycle​Edits​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/subscriptionBillingCycleEditsDelete) * <\~>[subscription​Billing​Cycle​Schedule​Edit](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/subscriptionBillingCycleScheduleEdit) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError) interface *** ## ||-SubscriptionBillingCycleUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)