type RequestError (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Encapsulates the generic errors thrown when there's an error with user
request.
- 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.
|
RequestError
|
reason
|
RequestError.Reason
Enumerations
-
UNKNOWN
- Error reason is unknown.
-
INVALID_INPUT
- Invalid input.
-
UNSUPPORTED_VERSION
- The api version in the request has been discontinued. Please update
to the new AdWords 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 documentation details the \u003ccode\u003eRequestError\u003c/code\u003e object within the Google Ad Manager API's \u003ccode\u003eNetworkService\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRequestError\u003c/code\u003e objects are returned when there is an issue with a user's request to the API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestError\u003c/code\u003e object provides information about the error, including the reason, field path, and trigger.\u003c/p\u003e\n"],["\u003cp\u003ePossible reasons for a \u003ccode\u003eRequestError\u003c/code\u003e include invalid input, unsupported API versions, and unknown errors.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the error information provided by \u003ccode\u003eRequestError\u003c/code\u003e objects to troubleshoot and resolve API request issues.\u003c/p\u003e\n"]]],["The `ContentBundleService` and `NetworkService` handle API interactions, detailing potential errors through the `ApiError` inheritance. `ApiError` includes `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` to pinpoint the cause. `RequestError`, a specific type of `ApiError`, is thrown due to user request issues and has a `reason` field with `UNKNOWN`, `INVALID_INPUT`, and `UNSUPPORTED_VERSION` enumerations. There are also many different error types that can be thrown, like `ApiVersionError` or `AuthenticationError`.\n"],null,["# type RequestError (v202411)\n\n**Service** \n[ContentBundleService](/ad-manager/api/reference/v202411/ContentBundleService.RequestError) **NetworkService** **Inheritance** \n[ApiError](/ad-manager/api/reference/v202411/NetworkService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202411/NetworkService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202411/NetworkService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202411/NetworkService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202411/NetworkService.CommonError) [ExchangeSignupApiError](/ad-manager/api/reference/v202411/NetworkService.ExchangeSignupApiError) [FeatureError](/ad-manager/api/reference/v202411/NetworkService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202411/NetworkService.InternalApiError) [InvalidEmailError](/ad-manager/api/reference/v202411/NetworkService.InvalidEmailError) [InventoryClientApiError](/ad-manager/api/reference/v202411/NetworkService.InventoryClientApiError) [LiveStreamEventSlateError](/ad-manager/api/reference/v202411/NetworkService.LiveStreamEventSlateError) [McmError](/ad-manager/api/reference/v202411/NetworkService.McmError) [NetworkError](/ad-manager/api/reference/v202411/NetworkService.NetworkError) [NotNullError](/ad-manager/api/reference/v202411/NetworkService.NotNullError) [ParseError](/ad-manager/api/reference/v202411/NetworkService.ParseError) [PermissionError](/ad-manager/api/reference/v202411/NetworkService.PermissionError) [PrecisionError](/ad-manager/api/reference/v202411/NetworkService.PrecisionError) [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202411/NetworkService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202411/NetworkService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202411/NetworkService.QuotaError) **RequestError** [RequiredCollectionError](/ad-manager/api/reference/v202411/NetworkService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202411/NetworkService.RequiredError) [RequiredNumberError](/ad-manager/api/reference/v202411/NetworkService.RequiredNumberError) [ServerError](/ad-manager/api/reference/v202411/NetworkService.ServerError) [SetTopBoxCreativeError](/ad-manager/api/reference/v202411/NetworkService.SetTopBoxCreativeError) [StatementError](/ad-manager/api/reference/v202411/NetworkService.StatementError) [StringFormatError](/ad-manager/api/reference/v202411/NetworkService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202411/NetworkService.StringLengthError) [TypeError](/ad-manager/api/reference/v202411/NetworkService.TypeError) [UniqueError](/ad-manager/api/reference/v202411/NetworkService.UniqueError) [UrlError](/ad-manager/api/reference/v202411/NetworkService.UrlError)\n\nEncapsulates the generic errors thrown when there's an error with user\nrequest.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\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/v202411/NetworkService.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| **`RequestError`** ||\n| ### `reason` | ` `[RequestError.Reason](/ad-manager/api/reference/v202411/NetworkService.RequestError.Reason)` ` *** ** * ** *** **Enumerations** `UNKNOWN` : Error reason is unknown. `INVALID_INPUT` : Invalid input. `UNSUPPORTED_VERSION` : The api version in the request has been discontinued. Please update to the new AdWords API version. \u003cbr /\u003e |"]]