enum ApiVersionError.Reason (v202411)

  • This documentation details the ApiVersionError.Reason enumeration within the CmsMetadataService namespace.

  • ApiVersionError.Reason helps identify why an API request failed due to version incompatibility.

  • It contains two possible values: UPDATE_TO_NEWER_VERSION suggesting the need for a newer API version and UNKNOWN signifying an unexposed error.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
UPDATE_TO_NEWER_VERSION Indicates that the operation is not allowed in the version the request was made in.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.