--- title: HydrogenStorefrontCreateUserError - GraphQL Admin description: An error that occurs during the execution of `HydrogenStorefrontCreate`. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/HydrogenStorefrontCreateUserError md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/HydrogenStorefrontCreateUserError.md --- # Hydrogen​Storefront​Create​User​Error object An error that occurs during the execution of `HydrogenStorefrontCreate`. ## Fields * code [Hydrogen​Storefront​Create​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/HydrogenStorefrontCreateUserErrorCode) 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 * [hydrogen​Storefront​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/hydrogenStorefrontCreate) mutation Sets up a new Hydrogen storefront to power your headless commerce experience. This mutation kicks off the provisioning process in the background and gives you a job ID to track progress. For example, when launching a new headless commerce experience, developers use this mutation to provision the storefront environment. Use `hydrogenStorefrontCreate` to: * Provision new Hydrogen storefront instances * Track creation progress through background jobs * Handle setup validation and error reporting The mutation returns immediately with a job ID that can be used to monitor the creation progress, as storefront provisioning runs asynchronously. User errors provide feedback if the creation request contains invalid parameters or conflicts with existing resources. Learn more about [creating Hydrogen storefronts](https://shopify.dev/docs/custom-storefronts/hydrogen/getting-started). *** ## <\~> HydrogenStorefrontCreateUserError Mutations ### Mutated by * <\~>[hydrogen​Storefront​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/hydrogenStorefrontCreate) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError) interface *** ## ||-HydrogenStorefrontCreateUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)