AI-generated Key Takeaways
-
InventoryService.InvalidColorError.Reason is an enumeration within the InventoryService in the v202505 Google Ad Manager API namespace.
-
This enumeration defines reasons for an invalid color error, specifically including an invalid format or an unknown reason.
-
The
INVALID_FORMATreason indicates the provided value is not a valid hexadecimal color. -
The
UNKNOWNreason signifies that the actual value is not exposed by the requested API version.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description |
|---|---|
INVALID_FORMAT
|
The provided value is not a valid hexadecimal color. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |