enum RegExError.Reason (v202411)

  • RegExError.Reason identifies the cause of regular expression errors within Google Ad Manager.

  • The possible reasons include INVALID, NULL, and UNKNOWN, providing insight into the nature of the error.

  • It is part of the PublisherQueryLanguageService and used to pinpoint issues with regular expressions in queries or other Ad Manager operations.

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.