# MarketUserError - admin-graphql - OBJECT Version: 2024-10 ## Description Defines errors encountered while managing a Market. ### Access Scopes `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/MarketUserErrorCode): MarketUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [marketCreate](/docs/api/admin-graphql/2024-10/mutations/marketCreate) Creates a new market. * [marketDelete](/docs/api/admin-graphql/2024-10/mutations/marketDelete) Deletes a market definition. * [marketRegionDelete](/docs/api/admin-graphql/2024-10/mutations/marketRegionDelete) Deletes a market region. * [marketRegionsCreate](/docs/api/admin-graphql/2024-10/mutations/marketRegionsCreate) Creates regions that belong to an existing market. * [marketRegionsDelete](/docs/api/admin-graphql/2024-10/mutations/marketRegionsDelete) Deletes a list of market regions. * [marketUpdate](/docs/api/admin-graphql/2024-10/mutations/marketUpdate) Updates the properties of a market. * [marketWebPresenceCreate](/docs/api/admin-graphql/2024-10/mutations/marketWebPresenceCreate) Creates a web presence for a market. * [marketWebPresenceDelete](/docs/api/admin-graphql/2024-10/mutations/marketWebPresenceDelete) Deletes a market web presence. * [marketWebPresenceUpdate](/docs/api/admin-graphql/2024-10/mutations/marketWebPresenceUpdate) Updates a market web presence. ## Related Unions ## Examples