enum InvalidColorError.Reason (v202411)

  • InvalidColorError in InventoryService indicates an issue with color values.

  • The InvalidColorError.Reason provides specific reasons for the error.

  • INVALID_FORMAT means the color is not a valid hexadecimal.

  • UNKNOWN reason indicates the value is not exposed in the requested API version.


Namespace
https://www.google.com/apis/ads/publisher/v202411
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.