type MobileApplicationActionError (v202411)

  • The MobileApplicationService handles actions related to MobileApplication objects and lists associated error reasons.

  • Errors are categorized by type, including ApiError (with details like field path and trigger) and MobileApplicationActionError (with specific reasons).

  • MobileApplicationActionError reasons include NOT_APPLICABLE when an action doesn't fit the mobile application's status and UNKNOWN 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)

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.

MobileApplicationActionError

reason

MobileApplicationActionErro...

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.