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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eNetworkService.RequestError\u003c/code\u003e object encapsulates errors related to user requests in the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eApiError\u003c/code\u003e providing details like \u003ccode\u003efieldPath\u003c/code\u003e, \u003ccode\u003etrigger\u003c/code\u003e, and \u003ccode\u003eerrorString\u003c/code\u003e for debugging.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRequestError\u003c/code\u003e includes a \u003ccode\u003ereason\u003c/code\u003e field with an enum \u003ccode\u003eRequestError.Reason\u003c/code\u003e indicating the cause of the error like \u003ccode\u003eINVALID_INPUT\u003c/code\u003e or \u003ccode\u003eUNSUPPORTED_VERSION\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this object is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The document details the `NetworkService` and its associated errors, inheriting from `ApiError`. Key error types include `ApiVersionError`, `AuthenticationError`, `QuotaError`, and `RequestError`. `RequestError` specifies the error reason, which can be `UNKNOWN`, `INVALID_INPUT`, or `UNSUPPORTED_VERSION`. The `ApiError` class includes fields for `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`, useful for identifying the cause and location of errors within a request. The `ContentBundleService` is also referenced.\n"],null,["**Service** \n[ContentBundleService](/ad-manager/api/reference/v202408/ContentBundleService.RequestError) **NetworkService** **Inheritance** \n[ApiError](/ad-manager/api/reference/v202408/NetworkService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202408/NetworkService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202408/NetworkService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202408/NetworkService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202408/NetworkService.CommonError) [ExchangeSignupApiError](/ad-manager/api/reference/v202408/NetworkService.ExchangeSignupApiError) [FeatureError](/ad-manager/api/reference/v202408/NetworkService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202408/NetworkService.InternalApiError) [InvalidEmailError](/ad-manager/api/reference/v202408/NetworkService.InvalidEmailError) [InventoryClientApiError](/ad-manager/api/reference/v202408/NetworkService.InventoryClientApiError) [LiveStreamEventSlateError](/ad-manager/api/reference/v202408/NetworkService.LiveStreamEventSlateError) [McmError](/ad-manager/api/reference/v202408/NetworkService.McmError) [NetworkError](/ad-manager/api/reference/v202408/NetworkService.NetworkError) [NotNullError](/ad-manager/api/reference/v202408/NetworkService.NotNullError) [ParseError](/ad-manager/api/reference/v202408/NetworkService.ParseError) [PermissionError](/ad-manager/api/reference/v202408/NetworkService.PermissionError) [PrecisionError](/ad-manager/api/reference/v202408/NetworkService.PrecisionError) [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202408/NetworkService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202408/NetworkService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202408/NetworkService.QuotaError) **RequestError** [RequiredCollectionError](/ad-manager/api/reference/v202408/NetworkService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202408/NetworkService.RequiredError) [RequiredNumberError](/ad-manager/api/reference/v202408/NetworkService.RequiredNumberError) [ServerError](/ad-manager/api/reference/v202408/NetworkService.ServerError) [SetTopBoxCreativeError](/ad-manager/api/reference/v202408/NetworkService.SetTopBoxCreativeError) [StatementError](/ad-manager/api/reference/v202408/NetworkService.StatementError) [StringFormatError](/ad-manager/api/reference/v202408/NetworkService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202408/NetworkService.StringLengthError) [TypeError](/ad-manager/api/reference/v202408/NetworkService.TypeError) [UniqueError](/ad-manager/api/reference/v202408/NetworkService.UniqueError) [UrlError](/ad-manager/api/reference/v202408/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/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/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/v202408/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 |"]]