AI-generated Key Takeaways
- 
          ApiException is a Java exception class used to hold a list of service errors within the Google Ad Manager API. 
- 
          It inherits from ApplicationException and includes a list of specific error types such as AuthenticationError, PermissionError, and ServerError. 
- 
          The ApiException class is part of the https://www.google.com/apis/ads/publisher/v202505namespace.
- 
          It contains a field named errorswhich is a list of various ApiError types, and an inheritedmessagefield for a general error message.
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. |