AI-generated Key Takeaways
-
The
CompanyService.SiteError
object represents errors associated with aSite
in Google Ad Manager. -
SiteError
inherits fromApiError
and includes fields likefieldPath
,trigger
, anderrorString
for debugging. -
The
reason
field provides specific details about theSiteError
, with possible values outlined in theSiteError.Reason
enumeration. -
These reasons include issues like invalid child network codes, archiving sites with subsites, and invalid URLs.
-
SiteError
helps developers identify and troubleshoot issues related toSite
objects in their Ad Manager integrations.
Errors associated with the Site
.
- 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. |
SiteError
|
|
|
Enumerations
|