AI-generated Key Takeaways
-
ApiException is an exception class used to hold a list of service errors.
-
It inherits from ApplicationException and includes a list of specific error types under the 'errors' field.
-
The 'message' field, inherited from ApplicationException, provides a general error message.
-
The 'errors' field can contain various error types such as authentication errors, internal errors, and permission errors.
Exception class for holding a list of service errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
Field |
|
|---|---|
ApplicationException (inherited)
|
|
|
Error message. |
ApiException
|
|
|
List of errors. |