AI-generated Key Takeaways
-
RegExError.Reason
identifies the cause of a regular expression error within Google Ad Manager. -
Possible reasons include an invalid value, a null value, or an unknown value not exposed by the API.
-
This enumeration is part of the PlacementService and is namespaced under
https://www.google.com/apis/ads/publisher/v202411
.
Service
Dependencies
RegExError
▼
RegExError.Reason
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
INVALID
|
Invalid value found. |
NULL
|
Null value found. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |