AI-generated Key Takeaways
-
AdSenseAccountError
represents errors encountered during AdSense-related API calls within the Ad Manager system. -
It inherits from
ApiError
and provides specific reasons for AdSense account failures. -
Reasons for errors can include association issues, access denial, and communication problems with the AdSense API.
-
Detailed information about the error is available through fields like
fieldPath
,trigger
, anderrorString
. -
The
reason
field further categorizes the AdSense account error with specific, enumerated values for easier debugging.
Error for AdSense related API calls.
- 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. |
AdSenseAccountError
|
|
|
Enumerations
|