# MarketUserError - admin - OBJECT Version: unstable ## 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/unstable/enums/MarketUserErrorCode): MarketUserErrorCode - The error code. * [field](/docs/api/admin/unstable/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin/unstable/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [backupRegionUpdate](/docs/api/admin/unstable/mutations/backupRegionUpdate) Update the backup region that is used when we have no better signal of what region a buyer is in. * [marketCreate](/docs/api/admin/unstable/mutations/marketCreate) Creates a new market. * [marketDelete](/docs/api/admin/unstable/mutations/marketDelete) Deletes a market definition. * [marketRegionDelete](/docs/api/admin/unstable/mutations/marketRegionDelete) Deletes a market region. * [marketRegionsCreate](/docs/api/admin/unstable/mutations/marketRegionsCreate) Creates regions that belong to an existing market. * [marketRegionsDelete](/docs/api/admin/unstable/mutations/marketRegionsDelete) Deletes a list of market regions. * [marketUpdate](/docs/api/admin/unstable/mutations/marketUpdate) Updates the properties of a market. * [marketWebPresenceCreate](/docs/api/admin/unstable/mutations/marketWebPresenceCreate) Creates a web presence for a market. * [marketWebPresenceDelete](/docs/api/admin/unstable/mutations/marketWebPresenceDelete) Deletes a market web presence. * [marketWebPresenceUpdate](/docs/api/admin/unstable/mutations/marketWebPresenceUpdate) Updates a market web presence. * [webPresenceCreate](/docs/api/admin/unstable/mutations/webPresenceCreate) Creates a web presence. * [webPresenceDelete](/docs/api/admin/unstable/mutations/webPresenceDelete) Deletes a web presence. * [webPresenceUpdate](/docs/api/admin/unstable/mutations/webPresenceUpdate) Updates a web presence. ## Related Unions ## Examples