AI-generated Key Takeaways
-
The
ContentBundleService
is a network service with dependencies likeRequestError
. -
RequestError
can have reasons likeUNKNOWN
,INVALID_INPUT
, orUNSUPPORTED_VERSION
, each with specific meanings related to errors encountered during content bundle operations. -
The namespace for this service is
https://www.google.com/apis/ads/publisher/v202411
.
Service
ContentBundleService
NetworkService
Dependencies
RequestError
▼
RequestError.Reason
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
UNKNOWN
|
Error reason is unknown. |
INVALID_INPUT
|
Invalid input. |
UNSUPPORTED_VERSION
|
The api version in the request has been discontinued. Please update to the new AdWords API version. |