enum RegExError.Reason (v202411)

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

  • This enumeration includes reasons like INVALID, NULL, and UNKNOWN to indicate the nature of the error.

  • It is utilized within various Ad Manager services, such as LineItemTemplateService, to provide context for regex-related issues.

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.