--- title: ChannelUpdateUserError - GraphQL Admin description: An error that occurs during the execution of `ChannelUpdate`. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ChannelUpdateUserError md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ChannelUpdateUserError.md --- # Channel​Update​User​Error object An error that occurs during the execution of `ChannelUpdate`. ## Fields * code [Channel​Update​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/ChannelUpdateUserErrorCode) 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​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelUpdate) mutation Updates a channel connection using a channel specification handle. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the channel connection to update. * input [Channel​Update​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ChannelUpdateInput) required The input for updating the channel connection. *** *** ## ChannelUpdateUserError Mutations ### Mutated by * [channel​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelUpdate) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError) interface *** ## ChannelUpdateUserError Implements ### Implements * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)