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 2024-02-13 UTC."],[[["This documentation details the `MobileApplicationService` and its associated errors in Google Ad Manager."],["`MobileApplicationError` is a key part of this service and provides specific reasons for errors encountered when managing mobile applications."],["These errors cover various scenarios, including invalid app IDs, exceeding active app limits, and issues with application store IDs and names."],["The provided table outlines error types like `ApiError` and `MobileApplicationError`, with descriptions of their fields and possible reasons."],["The namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`, which can be used for API interactions."]]],["The `MobileApplicationService` handles errors related to `MobileApplication` objects. It inherits from `ApiError` and lists various specific error types like `ApiVersionError`, `AuthenticationError`, `InternalApiError`, and more. The `ApiError` includes details like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `MobileApplicationError` specifies the `reason` via an enum, encompassing issues such as `INVALID_APP_ID`, `PUBLISHER_HAS_TOO_MANY_ACTIVE_APPS`, and `CANNOT_SET_STORE_ID_INVALID_ANDROID_PACKAGE_NAME`. The service operates within the `v202402` API version.\n"]]