--- title: SubscriptionContractUserError - 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/SubscriptionContractUserError md: https://shopify.dev/docs/api/customer/2025-01/objects/SubscriptionContractUserError.md --- # Subscription​Contract​User​Error object The error codes for failed subscription contract mutations. ## Fields * code [Subscription​Contract​User​Error​Code](https://shopify.dev/docs/api/customer/2025-01/enums/SubscriptionContractUserErrorCode) 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​Fetch​Delivery​Options](https://shopify.dev/docs/api/customer/2025-01/mutations/subscriptionContractFetchDeliveryOptions) mutation Fetches the available delivery options for a Subscription Contract. * [subscription​Contract​Select​Delivery​Method](https://shopify.dev/docs/api/customer/2025-01/mutations/subscriptionContractSelectDeliveryMethod) mutation Selects an option from a delivery options result and updates the delivery method on a Subscription Contract. *** ## <\~> SubscriptionContractUserError Mutations ### Mutated by * <\~>[subscription​Contract​Fetch​Delivery​Options](https://shopify.dev/docs/api/customer/2025-01/mutations/subscriptionContractFetchDeliveryOptions) * <\~>[subscription​Contract​Select​Delivery​Method](https://shopify.dev/docs/api/customer/2025-01/mutations/subscriptionContractSelectDeliveryMethod) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/customer/2025-01/interfaces/DisplayableError) interface *** ## ||-SubscriptionContractUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/customer/2025-01/interfaces/DisplayableError)