AI-generated Key Takeaways
-
The AdSenseAccountError is an error specific to AdSense related API calls within the Ad Manager API.
-
This error type inherits from ApiError, indicating it shares common fields like
fieldPath
,fieldPathElements
,trigger
, anderrorString
. -
The AdSenseAccountError includes a
reason
field, which provides specific enumeration values detailing the cause of the error, such as issues with account association, access denial, or API communication problems. -
Possible reasons for this error include issues associating accounts, denied account access, and errors retrieving ad slot or channel information from AdSense.
Error for AdSense related API calls.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |
AdSenseAccountError
|
|
|
Enumerations
|