--- title: MobilePlatformApplicationUserError - GraphQL Admin description: Represents an error in the input of a mutation. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/MobilePlatformApplicationUserError md: https://shopify.dev/docs/api/admin-graphql/latest/objects/MobilePlatformApplicationUserError.md --- # Mobile​Platform​Application​User​Error object Represents an error in the input of a mutation. ## Fields * code [Mobile​Platform​Application​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/MobilePlatformApplicationUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [mobile​Platform​Application​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/mobilePlatformApplicationCreate) mutation Create a mobile platform application. * [mobile​Platform​Application​Delete](https://shopify.dev/docs/api/admin-graphql/latest/mutations/mobilePlatformApplicationDelete) mutation Delete a mobile platform application. * [mobile​Platform​Application​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/mobilePlatformApplicationUpdate) mutation Update a mobile platform application. *** ## <\~> MobilePlatformApplicationUserError Mutations ### Mutated by * <\~>[mobile​Platform​Application​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/mobilePlatformApplicationCreate) * <\~>[mobile​Platform​Application​Delete](https://shopify.dev/docs/api/admin-graphql/latest/mutations/mobilePlatformApplicationDelete) * <\~>[mobile​Platform​Application​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/mobilePlatformApplicationUpdate) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ||-MobilePlatformApplicationUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)