type MobileApplicationActionError (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
MobileApplicationService
Lists all error reasons associated with performing actions on MobileApplication objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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.
|
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThis page documents the \u003ccode\u003eMobileApplicationService\u003c/code\u003e which handles actions on mobile application objects within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt outlines potential errors, represented by the \u003ccode\u003eApiError\u003c/code\u003e type and its descendants like \u003ccode\u003eMobileApplicationActionError\u003c/code\u003e, encountered when interacting with this service.\u003c/p\u003e\n"],["\u003cp\u003eErrors provide details such as the problematic field (\u003ccode\u003efieldPath\u003c/code\u003e), data causing the issue (\u003ccode\u003etrigger\u003c/code\u003e), and a human-readable description (\u003ccode\u003eerrorString\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMobileApplicationActionError\u003c/code\u003e specifically indicates reasons for action failures on mobile applications, like inapplicable operations or unknown issues.\u003c/p\u003e\n"],["\u003cp\u003eThe service and its errors belong to the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `MobileApplicationService` details error handling for actions on `MobileApplication` objects. It inherits from `ApiError` and lists various specific error types, including `ApiVersionError`, `AuthenticationError`, `MobileApplicationActionError`, and others. `ApiError` contains details like `fieldPath`, `trigger`, and `errorString`, while `MobileApplicationActionError` includes a `reason` field with enumerations like `NOT_APPLICABLE` and `UNKNOWN`, indicating the failure's cause. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type MobileApplicationActionError (v202408)\n\n**Service** \n**MobileApplicationService** **Inheritance** \n[ApiError](/ad-manager/api/reference/v202408/MobileApplicationService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202408/MobileApplicationService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202408/MobileApplicationService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202408/MobileApplicationService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202408/MobileApplicationService.CommonError) [FeatureError](/ad-manager/api/reference/v202408/MobileApplicationService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202408/MobileApplicationService.InternalApiError) **MobileApplicationActionError** [MobileApplicationError](/ad-manager/api/reference/v202408/MobileApplicationService.MobileApplicationError) [NotNullError](/ad-manager/api/reference/v202408/MobileApplicationService.NotNullError) [NullError](/ad-manager/api/reference/v202408/MobileApplicationService.NullError) [ParseError](/ad-manager/api/reference/v202408/MobileApplicationService.ParseError) [PermissionError](/ad-manager/api/reference/v202408/MobileApplicationService.PermissionError) [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202408/MobileApplicationService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202408/MobileApplicationService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202408/MobileApplicationService.QuotaError) [RequiredCollectionError](/ad-manager/api/reference/v202408/MobileApplicationService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202408/MobileApplicationService.RequiredError) [ServerError](/ad-manager/api/reference/v202408/MobileApplicationService.ServerError) [StatementError](/ad-manager/api/reference/v202408/MobileApplicationService.StatementError) [StringFormatError](/ad-manager/api/reference/v202408/MobileApplicationService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202408/MobileApplicationService.StringLengthError) [UniqueError](/ad-manager/api/reference/v202408/MobileApplicationService.UniqueError)\n\nLists all error reasons associated with performing actions on [MobileApplication](/ad-manager/api/reference/v202408/MobileApplicationService.MobileApplication) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\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/v202408/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/v202408/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 |"]]