AI-generated Key Takeaways
-
RegExError.Reason provides reasons for target errors related to various services like ForecastService, InventoryService, and LineItemService within the CompanyService.
-
Possible reasons for errors include
INVALIDfor an invalid value,NULLfor a null value, andUNKNOWNfor values not exposed by the requested API version.
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. |