A parsed copy of the field path. For example, the field path "operations[1].operand"
corresponds to this list: {FieldPathElement(field = "operations", index = 1),
FieldPathElement(field = "operand", index = null)}.
trigger
xsd:string
The data that caused the error.
errorString
xsd:string
A simple string representation of the error and reason.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMobileApplicationService\u003c/code\u003e handles actions related to \u003ccode\u003eMobileApplication\u003c/code\u003e objects and lists associated error reasons.\u003c/p\u003e\n"],["\u003cp\u003eErrors are categorized by type, including \u003ccode\u003eApiError\u003c/code\u003e (with details like field path and trigger) and \u003ccode\u003eMobileApplicationActionError\u003c/code\u003e (with specific reasons).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMobileApplicationActionError\u003c/code\u003e reasons include \u003ccode\u003eNOT_APPLICABLE\u003c/code\u003e when an action doesn't fit the mobile application's status and \u003ccode\u003eUNKNOWN\u003c/code\u003e for errors in the requested API version.\u003c/p\u003e\n"],["\u003cp\u003eThe service uses a namespace for organization and provides a table outlining fields and their data types for understanding error structures.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the provided information to understand and handle potential errors when interacting with \u003ccode\u003eMobileApplication\u003c/code\u003e objects through the API.\u003c/p\u003e\n"]]],["The `MobileApplicationService` utilizes `ApiError` inheritance, encompassing various error types like `AuthenticationError`, `QuotaError`, and `MobileApplicationError`. It details error reasons for actions on `MobileApplication` objects, listing errors such as `NotNullError`, `PermissionError`, and `StatementError`. `ApiError` includes details on the error's `fieldPath`, `trigger`, and a descriptive `errorString`. `MobileApplicationActionError` specifies action-related error reasons, which include `NOT_APPLICABLE` and `UNKNOWN`. The document is tied to the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type MobileApplicationActionError (v202411)\n\n**Service** \n**MobileApplicationService** **Inheritance** \n[ApiError](/ad-manager/api/reference/v202411/MobileApplicationService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202411/MobileApplicationService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202411/MobileApplicationService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202411/MobileApplicationService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202411/MobileApplicationService.CommonError) [FeatureError](/ad-manager/api/reference/v202411/MobileApplicationService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202411/MobileApplicationService.InternalApiError) **MobileApplicationActionError** [MobileApplicationError](/ad-manager/api/reference/v202411/MobileApplicationService.MobileApplicationError) [NotNullError](/ad-manager/api/reference/v202411/MobileApplicationService.NotNullError) [NullError](/ad-manager/api/reference/v202411/MobileApplicationService.NullError) [ParseError](/ad-manager/api/reference/v202411/MobileApplicationService.ParseError) [PermissionError](/ad-manager/api/reference/v202411/MobileApplicationService.PermissionError) [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202411/MobileApplicationService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202411/MobileApplicationService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202411/MobileApplicationService.QuotaError) [RequiredCollectionError](/ad-manager/api/reference/v202411/MobileApplicationService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202411/MobileApplicationService.RequiredError) [ServerError](/ad-manager/api/reference/v202411/MobileApplicationService.ServerError) [StatementError](/ad-manager/api/reference/v202411/MobileApplicationService.StatementError) [StringFormatError](/ad-manager/api/reference/v202411/MobileApplicationService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202411/MobileApplicationService.StringLengthError) [UniqueError](/ad-manager/api/reference/v202411/MobileApplicationService.UniqueError)\n\nLists all error reasons associated with performing actions on [MobileApplication](/ad-manager/api/reference/v202411/MobileApplicationService.MobileApplication) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **`ApiError` (inherited)** ||\n| ### `fieldPath` | ` `xsd:`string` The OGNL field path to identify cause of error. |\n| ### `fieldPathElements` | ` `[FieldPathElement](/ad-manager/api/reference/v202411/MobileApplicationService.FieldPathElement)`[]` A parsed copy of the field path. For example, the field path \"operations\\[1\\].operand\" corresponds to this list: {FieldPathElement(field = \"operations\", index = 1), FieldPathElement(field = \"operand\", index = null)}. |\n| ### `trigger` | ` `xsd:`string` The data that caused the error. |\n| ### `errorString` | ` `xsd:`string` A simple string representation of the error and reason. |\n| **`MobileApplicationActionError`** ||\n| ### `reason` | ` `[MobileApplicationActionErro...](/ad-manager/api/reference/v202411/MobileApplicationService.MobileApplicationActionError.Reason \"MobileApplicationActionError.Reason\")` ` The error reason represented by an enum. *** ** * ** *** **Enumerations** `NOT_APPLICABLE` : The operation is not applicable to the current mobile application status. `UNKNOWN` : The value returned if the actual value is not exposed by the requested API version. \u003cbr /\u003e |"]]