type StatementError (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
An error that occurs while parsing Statement 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.
|
StatementError
|
reason
|
StatementError.Reason
The error reason represented by an enum.
Enumerations
-
VARIABLE_NOT_BOUND_TO_VALUE
- A bind variable has not been bound to a value.
-
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\u003eStatementError\u003c/code\u003e object in the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStatementError\u003c/code\u003e occurs when there's an issue parsing \u003ccode\u003eStatement\u003c/code\u003e objects used in Ad Manager queries.\u003c/p\u003e\n"],["\u003cp\u003eErrors can arise from unbound variables or reasons unknown in the current API version.\u003c/p\u003e\n"],["\u003cp\u003eThe error includes details like the problematic field, potential trigger data, and a reason code.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStatementError\u003c/code\u003e inherits properties from \u003ccode\u003eApiError\u003c/code\u003e providing additional context for debugging.\u003c/p\u003e\n"]]],["The core content lists various services and their associated `StatementError` types within the `v202411` API. These services, such as `AdRuleService`, `AdjustmentService`, and `PlacementService`, are related to ad management. `StatementError` denotes errors that occurs when parsing `Statement` objects. `StatementError` includes a `reason` field that describes the cause, with values like `VARIABLE_NOT_BOUND_TO_VALUE` and `UNKNOWN`. Other fields provide information on the error.\n"],null,["# type StatementError (v202411)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202411/AdRuleService.StatementError) [AdjustmentService](/ad-manager/api/reference/v202411/AdjustmentService.StatementError) [AdsTxtService](/ad-manager/api/reference/v202411/AdsTxtService.StatementError) [AudienceSegmentService](/ad-manager/api/reference/v202411/AudienceSegmentService.StatementError) [CdnConfigurationService](/ad-manager/api/reference/v202411/CdnConfigurationService.StatementError) [CmsMetadataService](/ad-manager/api/reference/v202411/CmsMetadataService.StatementError) [CompanyService](/ad-manager/api/reference/v202411/CompanyService.StatementError) [ContactService](/ad-manager/api/reference/v202411/ContactService.StatementError) [ContentBundleService](/ad-manager/api/reference/v202411/ContentBundleService.StatementError) [ContentService](/ad-manager/api/reference/v202411/ContentService.StatementError) [CreativeService](/ad-manager/api/reference/v202411/CreativeService.StatementError) [CreativeSetService](/ad-manager/api/reference/v202411/CreativeSetService.StatementError) [CreativeTemplateService](/ad-manager/api/reference/v202411/CreativeTemplateService.StatementError) [CreativeWrapperService](/ad-manager/api/reference/v202411/CreativeWrapperService.StatementError) [CustomFieldService](/ad-manager/api/reference/v202411/CustomFieldService.StatementError) [CustomTargetingService](/ad-manager/api/reference/v202411/CustomTargetingService.StatementError) [DaiAuthenticationKeyService](/ad-manager/api/reference/v202411/DaiAuthenticationKeyService.StatementError) [DaiEncodingProfileService](/ad-manager/api/reference/v202411/DaiEncodingProfileService.StatementError) [ForecastService](/ad-manager/api/reference/v202411/ForecastService.StatementError) [InventoryService](/ad-manager/api/reference/v202411/InventoryService.StatementError) [LabelService](/ad-manager/api/reference/v202411/LabelService.StatementError) [LineItemCreativeAssociationService](/ad-manager/api/reference/v202411/LineItemCreativeAssociationService.StatementError) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.StatementError) [LineItemTemplateService](/ad-manager/api/reference/v202411/LineItemTemplateService.StatementError) [LiveStreamEventService](/ad-manager/api/reference/v202411/LiveStreamEventService.StatementError) [MobileApplicationService](/ad-manager/api/reference/v202411/MobileApplicationService.StatementError) [NativeStyleService](/ad-manager/api/reference/v202411/NativeStyleService.StatementError) [NetworkService](/ad-manager/api/reference/v202411/NetworkService.StatementError) [OrderService](/ad-manager/api/reference/v202411/OrderService.StatementError) **PlacementService** [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.StatementError) [ProposalService](/ad-manager/api/reference/v202411/ProposalService.StatementError) [PublisherQueryLanguageService](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.StatementError) [ReportService](/ad-manager/api/reference/v202411/ReportService.StatementError) [SiteService](/ad-manager/api/reference/v202411/SiteService.StatementError) [StreamActivityMonitorService](/ad-manager/api/reference/v202411/StreamActivityMonitorService.StatementError) [SuggestedAdUnitService](/ad-manager/api/reference/v202411/SuggestedAdUnitService.StatementError) [TargetingPresetService](/ad-manager/api/reference/v202411/TargetingPresetService.StatementError) [TeamService](/ad-manager/api/reference/v202411/TeamService.StatementError) [UserService](/ad-manager/api/reference/v202411/UserService.StatementError) [UserTeamAssociationService](/ad-manager/api/reference/v202411/UserTeamAssociationService.StatementError) [YieldGroupService](/ad-manager/api/reference/v202411/YieldGroupService.StatementError) **Inheritance** \n[ApiError](/ad-manager/api/reference/v202411/PlacementService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202411/PlacementService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202411/PlacementService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202411/PlacementService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202411/PlacementService.CommonError) [EntityChildrenLimitReachedE...](/ad-manager/api/reference/v202411/PlacementService.EntityChildrenLimitReachedError \"EntityChildrenLimitReachedError\") [EntityLimitReachedError](/ad-manager/api/reference/v202411/PlacementService.EntityLimitReachedError) [FeatureError](/ad-manager/api/reference/v202411/PlacementService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202411/PlacementService.InternalApiError) [NotNullError](/ad-manager/api/reference/v202411/PlacementService.NotNullError) [NullError](/ad-manager/api/reference/v202411/PlacementService.NullError) [ParseError](/ad-manager/api/reference/v202411/PlacementService.ParseError) [PermissionError](/ad-manager/api/reference/v202411/PlacementService.PermissionError) [PlacementError](/ad-manager/api/reference/v202411/PlacementService.PlacementError) [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202411/PlacementService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202411/PlacementService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202411/PlacementService.QuotaError) [RangeError](/ad-manager/api/reference/v202411/PlacementService.RangeError) [RegExError](/ad-manager/api/reference/v202411/PlacementService.RegExError) [RequiredCollectionError](/ad-manager/api/reference/v202411/PlacementService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202411/PlacementService.RequiredError) [ServerError](/ad-manager/api/reference/v202411/PlacementService.ServerError) **StatementError** [StringFormatError](/ad-manager/api/reference/v202411/PlacementService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202411/PlacementService.StringLengthError) [TypeError](/ad-manager/api/reference/v202411/PlacementService.TypeError) [UniqueError](/ad-manager/api/reference/v202411/PlacementService.UniqueError)\n\nAn error that occurs while parsing [Statement](/ad-manager/api/reference/v202411/PlacementService.Statement) objects.\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/PlacementService.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| **`StatementError`** ||\n| ### `reason` | ` `[StatementError.Reason](/ad-manager/api/reference/v202411/PlacementService.StatementError.Reason)` ` The error reason represented by an enum. *** ** * ** *** **Enumerations** `VARIABLE_NOT_BOUND_TO_VALUE` : A bind variable has not been bound to a value. `UNKNOWN` : The value returned if the actual value is not exposed by the requested API version. \u003cbr /\u003e |"]]