--- title: ChannelCreateUserError - GraphQL Admin description: An error that occurs during the execution of `ChannelCreate`. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ChannelCreateUserError md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ChannelCreateUserError.md --- # Channel​Create​User​Error object An error that occurs during the execution of `ChannelCreate`. ## Fields * code [Channel​Create​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/ChannelCreateUserErrorCode) 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 * [channel​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelCreate) mutation Creates a channel connection using a channel specification handle. * input [Channel​Create​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ChannelCreateInput) required ### Arguments The input for creating the channel connection. *** *** ## ChannelCreateUserError Mutations ### Mutated by * [channel​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelCreate) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError) interface *** ## ChannelCreateUserError Implements ### Implements * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)