--- title: ProductBundleMutationUserError - GraphQL Admin description: Defines errors encountered while managing a product bundle. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ProductBundleMutationUserError md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ProductBundleMutationUserError.md --- # Product​Bundle​Mutation​User​Error object Defines errors encountered while managing a product bundle. ## Fields * code [Product​Bundle​Mutation​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/ProductBundleMutationUserErrorCode) 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 ### Fields with this object * {}[ProductBundleOperation.userErrors](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ProductBundleOperation#field-ProductBundleOperation.fields.userErrors) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError) interface *** ## ||-ProductBundleMutationUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)