type MobileApplicationError (v202405)
Service
MobileApplicationService
Lists all errors associated with MobileApplication objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
ApiError (inherited)
|
fieldPath
|
xsd:string
The OGNL field path to identify cause of error.
|
fieldPathElements
|
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)}.
|
trigger
|
xsd:string
The data that caused the error.
|
errorString
|
xsd:string
A simple string representation of the error and reason.
|
MobileApplicationError
|
reason
|
MobileApplicationError.Reason
The error reason represented by an enum.
Enumerations
-
INVALID_APP_ID
- Could not find the ID of the app being claimed in any app stores.
-
INVALID_EXCHANGE_PARTNER_SETTINGS
- Exchange partner settings were invalid.
-
INTERNAL
- API encountered an unexpected internal error.
-
NAME_OR_STORE_ID_MUST_BE_SET
- At least one of app name or app store id must be set.
-
PUBLISHER_HAS_TOO_MANY_ACTIVE_APPS
- The number of active applications exceeds the max number allowed in the network.
-
LINKED_APPLICATION_STORE_ID_TOO_LONG
- Application store id fetched from the internal application catalog is too long.
-
MANUAL_APP_NAME_TOO_LONG
- Manually entered app name cannot be longer than 80 characters.
-
MANUAL_APP_NAME_EMPTY
- Manually entered app name cannot be empty.
-
INVALID_COMBINED_PRODUCT_KEY
- Invalid combined product key from app store and store id combinations.
-
LINKED_APP_SKIPPING_ID_VERIFICATION_MUST_BE_ANDROID_APP
- Only Android apps are eligible to skip for store id verification.
-
MISSING_APP_STORE_ENTRY
- Linked app cannot be found.
-
CANNOT_SET_STORE_ID_MISSING_STORE_ENTRY
- Missing store entry.
-
CANNOT_SET_STORE_ID_INVALID_APP_STORE
- Store entry has an unspecified app store.
-
CANNOT_SET_STORE_ID_INVALID_STORE_ID
- Store entry has an empty store id.
-
CANNOT_SET_STORE_ID_NON_UNIQUE_STORE_ID
- Store entry is not unique among publisher's active apps.
-
CANNOT_SET_STORE_ID_NON_UNIQUE_STORE_ID_WITHIN_PLATFORM
- App store id is not unique among publisher's active apps of the same platform.
-
CANNOT_SET_STORE_ID_INVALID_ANDROID_PACKAGE_NAME
- The Android package name format is invalid.
-
INCOMPATIBLE_APP_STORE_LIST
- App store list should contain app stores from same platform.
-
APP_STORE_LIST_CANNOT_HAVE_UNKNOWN_APP_STORE
- App store list should not contain UNKNOWN app store.
-
APP_STORE_LIST_CANNOT_REMOVE_FIRST_PARTY_APP_STORE
- App store list should contain existing first party stores.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The `MobileApplicationService` handles operations related to mobile applications in Google Ad Manager."],["It lists various errors, categorized under `ApiError` and `MobileApplicationError`, that can occur when interacting with mobile applications."],["`MobileApplicationError` provides specific reasons for errors, like invalid app IDs, exceeding active app limits, or incorrect app store details."],["The errors encompass issues with application IDs, exchange partner settings, app store information, and internal API errors."],["The provided namespace indicates the service's location within the Google Ad Manager API."]]],[]]