AI-generated Key Takeaways
-
This page provides details on the
ApiVersionError.Reason
enumeration within the Google Ad Manager API. -
ApiVersionError.Reason
helps identify why an API request failed due to version incompatibility. -
The enumeration outlines two reasons:
UPDATE_TO_NEWER_VERSION
—signaling the need for a newer API version, andUNKNOWN
—for unexposed error reasons. -
The namespace for this enumeration is
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. |