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\u003eThis documentation details the \u003ccode\u003eContentBundleService\u003c/code\u003e and its associated errors in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eContentFilterError\u003c/code\u003e is a key error type, often caused by issues like incorrect arguments in content filters.\u003c/p\u003e\n"],["\u003cp\u003eErrors are categorized and provide information 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\u003eContentFilterError.Reason\u003c/code\u003e enumeration provides specific reasons for content filter errors, including \u003ccode\u003eWRONG_NUMBER_OF_ARGUMENTS\u003c/code\u003e and \u003ccode\u003eANY_FILTER_NOT_SUPPORTED\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis service uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ContentBundleService` outlines error handling within its API, specifically detailing inheritance from `ApiError`. Errors, such as `ApiVersionError`, `AuthenticationError`, and `ContentFilterError`, are listed. `ContentFilterError` highlights issues related to incorrect `Condition` creation, with specific reasons like `UNKNOWN`, `WRONG_NUMBER_OF_ARGUMENTS`, and `ANY_FILTER_NOT_SUPPORTED`. Inherited `ApiError` fields include `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` to pinpoint the cause.\n"],null,["# type ContentFilterError (v202408)\n\n**Service** \n**ContentBundleService** **Inheritance** \n[ApiError](/ad-manager/api/reference/v202408/ContentBundleService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202408/ContentBundleService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202408/ContentBundleService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202408/ContentBundleService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202408/ContentBundleService.CommonError) **ContentFilterError** [FeatureError](/ad-manager/api/reference/v202408/ContentBundleService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202408/ContentBundleService.InternalApiError) [NotNullError](/ad-manager/api/reference/v202408/ContentBundleService.NotNullError) [ParseError](/ad-manager/api/reference/v202408/ContentBundleService.ParseError) [PermissionError](/ad-manager/api/reference/v202408/ContentBundleService.PermissionError) [PlacementError](/ad-manager/api/reference/v202408/ContentBundleService.PlacementError) [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202408/ContentBundleService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202408/ContentBundleService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202408/ContentBundleService.QuotaError) [RequestError](/ad-manager/api/reference/v202408/ContentBundleService.RequestError) [RequiredCollectionError](/ad-manager/api/reference/v202408/ContentBundleService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202408/ContentBundleService.RequiredError) [ServerError](/ad-manager/api/reference/v202408/ContentBundleService.ServerError) [StatementError](/ad-manager/api/reference/v202408/ContentBundleService.StatementError) [StringFormatError](/ad-manager/api/reference/v202408/ContentBundleService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202408/ContentBundleService.StringLengthError) [UniqueError](/ad-manager/api/reference/v202408/ContentBundleService.UniqueError)\n\nErrors associated with the incorrect creation of a `Condition`.\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/ContentBundleService.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| **`ContentFilterError`** ||\n| ### `reason` | ` `[ContentFilterError.Reason](/ad-manager/api/reference/v202408/ContentBundleService.ContentFilterError.Reason)` ` *** ** * ** *** **Enumerations** `UNKNOWN` : The value returned if the actual value is not exposed by the requested API version. `WRONG_NUMBER_OF_ARGUMENTS` : `ANY_FILTER_NOT_SUPPORTED` : \u003cbr /\u003e |"]]