enum ApiVersionError.Reason (v202505)

  • The page lists numerous Ad Manager API services and their associated ApiVersionError.Reason.

  • The ApiVersionError.Reason enum in the specified namespace includes UPDATE_TO_NEWER_VERSION and UNKNOWN as possible reasons for API version errors.

  • UPDATE_TO_NEWER_VERSION suggests that an operation is not permitted in the current API version being used.

  • UNKNOWN is a fallback value when the actual reason is not available in the requested API version.


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