AI-generated Key Takeaways
-
InventoryService depends on InvalidColorError.
-
InvalidColorError has a Reason enumeration.
-
The InvalidColorError.Reason enumeration includes INVALID_FORMAT and UNKNOWN values.
-
INVALID_FORMAT indicates an invalid hexadecimal color format.
-
UNKNOWN is returned if the actual value is not exposed by the requested API version.
Service
InventoryService
Dependencies
InvalidColorError
▼
InvalidColorError.Reason
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
| 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. |