enum ApiVersionError.Reason (v202411)

  • This documentation details the ApiVersionError.Reason enumeration within the Google Ad Manager API.

  • ApiVersionError.Reason indicates potential errors related to the API version being used.

  • Two reasons are listed: UPDATE_TO_NEWER_VERSION meaning the operation requires a newer API version, and UNKNOWN if the reason isn't exposed in the current API version.

  • It belongs to the namespace https://www.google.com/apis/ads/publisher/v202411.


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.