AI-generated Key Takeaways
-
The
MobileApplicationService
handles actions related toMobileApplication
objects and lists associated error reasons. -
Errors are categorized by type, including
ApiError
(with details like field path and trigger) andMobileApplicationActionError
(with specific reasons). -
MobileApplicationActionError
reasons includeNOT_APPLICABLE
when an action doesn't fit the mobile application's status andUNKNOWN
for errors in the requested API version. -
The service uses a namespace for organization and provides a table outlining fields and their data types for understanding error structures.
-
Developers can use the provided information to understand and handle potential errors when interacting with
MobileApplication
objects through the API.
Lists all error reasons associated with performing actions on MobileApplication objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
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)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
MobileApplicationActionError
|
|
|
The error reason represented by an enum. Enumerations
|