--- title: SubscriptionContractUserError - Customer API description: The error codes for failed subscription contract mutations. api_version: unstable api_name: customer source_url: html: >- https://shopify.dev/docs/api/customer/unstable/objects/SubscriptionContractUserError md: >- https://shopify.dev/docs/api/customer/unstable/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/unstable/enums/SubscriptionContractUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/customer/unstable/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/customer/unstable/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [subscription​Contract​Fetch​Delivery​Options](https://shopify.dev/docs/api/customer/unstable/mutations/subscriptionContractFetchDeliveryOptions) mutation Fetches the available delivery options for a Subscription Contract. * subscription​Contract​Id [ID!](https://shopify.dev/docs/api/customer/unstable/scalars/ID) required ### Arguments The ID of the subscription contract. * address [Customer​Address​Input](https://shopify.dev/docs/api/customer/unstable/input-objects/CustomerAddressInput) The address to deliver the subscription contract to. *** * [subscription​Contract​Select​Delivery​Method](https://shopify.dev/docs/api/customer/unstable/mutations/subscriptionContractSelectDeliveryMethod) mutation Selects an option from a delivery options result and updates the delivery method on a Subscription Contract. * subscription​Contract​Id [ID!](https://shopify.dev/docs/api/customer/unstable/scalars/ID) required ### Arguments The ID of the subscription contract. * subscription​Delivery​Options​Result​Token [String!](https://shopify.dev/docs/api/customer/unstable/scalars/String) required The token associated with the successfully fetched delivery options result for the subscription contract. * delivery​Method​Input [Subscription​Delivery​Method​Input!](https://shopify.dev/docs/api/customer/unstable/input-objects/SubscriptionDeliveryMethodInput) required The delivery method selected for the subscription contract. *** *** ## <\~> SubscriptionContractUserError Mutations ### Mutated by * <\~>[subscription​Contract​Fetch​Delivery​Options](https://shopify.dev/docs/api/customer/unstable/mutations/subscriptionContractFetchDeliveryOptions) * <\~>[subscription​Contract​Select​Delivery​Method](https://shopify.dev/docs/api/customer/unstable/mutations/subscriptionContractSelectDeliveryMethod) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/customer/unstable/interfaces/DisplayableError) interface *** ## ||-SubscriptionContractUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/customer/unstable/interfaces/DisplayableError)