enum ApiVersionError.Reason (v202411)

  • This page provides an overview of the ApiVersionError.Reason enumeration within the Google Ad Manager API.

  • ApiVersionError.Reason helps to identify issues related to the API version being used.

  • There are two possible reasons for this error: UPDATE_TO_NEWER_VERSION and UNKNOWN.

  • UPDATE_TO_NEWER_VERSION suggests that the requested operation is incompatible with the current API version.

  • UNKNOWN indicates that the reason for the error is not available in the current API version.


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.