AI-generated Key Takeaways
-
ApiException is an exception class within the Google Ad Manager API that is used for holding a list of service errors encountered during API calls.
-
This exception class inherits from ApplicationException and provides a field called "errors" containing detailed information about each error encountered.
-
The "errors" field includes a variety of specific error types like AdRuleDateError, AdRuleError, AuthenticationError, and more, each offering insights into the nature of the issue.
-
This structure facilitates troubleshooting by providing developers with actionable information regarding the causes of API failures.
-
The namespace for this class is
https://www.google.com/apis/ads/publisher/v202411
.
Exception class for holding a list of service errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApplicationException (inherited)
|
|
|
Error message. |
ApiException
|
|
|
List of errors. |