--- title: SubscriptionContractStatusUpdateUserError - Customer API description: The error codes for failed subscription contract mutations. api_version: 2025-01 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/2025-01/objects/SubscriptionContractStatusUpdateUserError md: https://shopify.dev/docs/api/customer/2025-01/objects/SubscriptionContractStatusUpdateUserError.md --- # Subscription​Contract​Status​Update​User​Error object The error codes for failed subscription contract mutations. ## Fields * code [Subscription​Contract​Status​Update​Error​Code](https://shopify.dev/docs/api/customer/2025-01/enums/SubscriptionContractStatusUpdateErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/customer/2025-01/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/customer/2025-01/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [subscription​Contract​Activate](https://shopify.dev/docs/api/customer/2025-01/mutations/subscriptionContractActivate) mutation Activates a Subscription Contract. Contract status must be either active, paused, or failed. * [subscription​Contract​Cancel](https://shopify.dev/docs/api/customer/2025-01/mutations/subscriptionContractCancel) mutation Cancels a Subscription Contract. * [subscription​Contract​Pause](https://shopify.dev/docs/api/customer/2025-01/mutations/subscriptionContractPause) mutation Pauses a Subscription Contract. *** ## <\~> SubscriptionContractStatusUpdateUserError Mutations ### Mutated by * <\~>[subscription​Contract​Activate](https://shopify.dev/docs/api/customer/2025-01/mutations/subscriptionContractActivate) * <\~>[subscription​Contract​Cancel](https://shopify.dev/docs/api/customer/2025-01/mutations/subscriptionContractCancel) * <\~>[subscription​Contract​Pause](https://shopify.dev/docs/api/customer/2025-01/mutations/subscriptionContractPause) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/customer/2025-01/interfaces/DisplayableError) interface *** ## ||-SubscriptionContractStatusUpdateUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/customer/2025-01/interfaces/DisplayableError)