AI-generated Key Takeaways
-
ApiException is an exception class used for holding a list of service errors that may occur during API operations.
-
This class inherits from ApplicationException and provides a field named 'errors' to store specific error details.
-
The 'errors' field is an array that can contain various types of ApiError objects, each representing a different kind of service error.
-
The namespace for this exception 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. |