enum RegExError.Reason (v202411)
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.
|
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 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["`RegExError.Reason` identifies the cause of a regular expression error within various Google Ad Manager services."],["It includes three reasons: `INVALID` for incorrect values, `NULL` for missing values, and `UNKNOWN` for values not exposed by the API."],["This enumeration is part of the Google Ad Manager API and helps developers understand and debug errors related to regular expressions."]]],["The core content outlines the `RegExError.Reason` within the Ad Manager API's namespace `https://www.google.com/apis/ads/publisher/v202411`. This error type pertains to multiple services like `CompanyService`, `ForecastService`, `InventoryService`, and others. The `RegExError.Reason` enumeration defines three possible causes: `INVALID` for an invalid value, `NULL` for a null value, and `UNKNOWN` for values not exposed by the API version.\n"]]