enum RegExError.Reason (v202411)

  • RegExError.Reason details the reasons for a regular expression error within Google Ad Manager.

  • This enumeration includes reasons such as INVALID, NULL, and UNKNOWN, signifying an invalid value, a null value, or an undisclosed value respectively.

  • The namespace for RegExError.Reason is https://www.google.com/apis/ads/publisher/v202411.

  • Several Google Ad Manager services like LineItemService, ForecastService, and others utilize RegExError.Reason for error reporting.

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.