type RegExError (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Caused by supplying a value for an object attribute that does not conform
to a documented valid regular expression.
- 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.
|
RegExError
|
reason
|
RegExError.Reason
The error reason represented by an enum.
Enumerations
-
INVALID
- Invalid value found.
-
NULL
- Null value found.
-
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 document details the \u003ccode\u003eRegExError\u003c/code\u003e object within the Placement Service of the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRegExError\u003c/code\u003e occurs when a provided value doesn't match the expected regular expression for an attribute.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits properties from \u003ccode\u003eApiError\u003c/code\u003e for providing context about the error, such as \u003ccode\u003efieldPath\u003c/code\u003e and \u003ccode\u003eerrorString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereason\u003c/code\u003e field provides an enum value (INVALID, NULL, UNKNOWN) specifying the nature of the regex mismatch.\u003c/p\u003e\n"],["\u003cp\u003eThis error is part of the \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e namespace within the API.\u003c/p\u003e\n"]]],["The document outlines various services and their associated errors within an ad management API, version v202411. Key services include CompanyService, ForecastService, InventoryService, LineItemService, LineItemTemplateService, OrderService, PlacementService, and PublisherQueryLanguageService. The `RegExError` is detailed, triggered by values that do not match defined regular expressions. It contains an inherited `ApiError` with properties like `fieldPath` and `trigger`, along with its own `reason` enum specifying error types like `INVALID`, `NULL`, or `UNKNOWN`.\n"],null,["# type RegExError (v202411)\n\n**Service** \n[CompanyService](/ad-manager/api/reference/v202411/CompanyService.RegExError) [ForecastService](/ad-manager/api/reference/v202411/ForecastService.RegExError) [InventoryService](/ad-manager/api/reference/v202411/InventoryService.RegExError) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.RegExError) [LineItemTemplateService](/ad-manager/api/reference/v202411/LineItemTemplateService.RegExError) [OrderService](/ad-manager/api/reference/v202411/OrderService.RegExError) **PlacementService** [PublisherQueryLanguageService](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.RegExError) **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** [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](/ad-manager/api/reference/v202411/PlacementService.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\nCaused by supplying a value for an object attribute that does not conform\nto a documented valid regular expression.\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| **`RegExError`** ||\n| ### `reason` | ` `[RegExError.Reason](/ad-manager/api/reference/v202411/PlacementService.RegExError.Reason)` ` The error reason represented by an enum. *** ** * ** *** **Enumerations** `INVALID` : Invalid value found. `NULL` : Null value found. `UNKNOWN` : The value returned if the actual value is not exposed by the requested API version. \u003cbr /\u003e |"]]