AI-generated Key Takeaways
-
ApiException is an exception class used for holding a list of service errors that may occur during API operations.
-
ApiException inherits from ApplicationException and includes a list of potential errors, including ApiError, AuthenticationError, PermissionError, and others.
-
The 'errors' field contains a list of specific error objects, each providing details about a particular issue encountered.
-
The namespace for ApiException is 'https://www.google.com/apis/ads/publisher/v202411', indicating its association with the Google Ad Manager API.
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. |