AI-generated Key Takeaways
-
This webpage outlines a comprehensive list of services available in the Ad Manager API, including
AdRuleService
,AdjustmentService
,AdsTxtService
, and many others, providing links to detailed information about each service. -
The content also covers a variety of common errors that can occur across these services, such as
ApiVersionError
,AuthenticationError
,CollectionSizeError
,EntityLimitReachedError
, and more, and provides links to learn more about the specific errors. -
The webpage defines the
CommonError
enumeration, which lists specific error types likeNOT_FOUND
,ALREADY_EXISTS
,NOT_APPLICABLE
,DUPLICATE_OBJECT
,CANNOT_UPDATE
,UNSUPPORTED_OPERATION
,CONCURRENT_MODIFICATION
, andUNKNOWN
, detailing their meaning. -
The
ApiError
type, which is inherited, includes fields such asfieldPath
,fieldPathElements
,trigger
, anderrorString
, each described in detail. -
The document uses the namespace
https://www.google.com/apis/ads/publisher/v202411
for all content defined within it.
A place for common errors that can be used across services.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
CommonError
|
|
|
Enumerations
|