AI-generated Key Takeaways
-
The
ApiException
is an exception class that holds a list of service errors encountered during API calls. -
This exception inherits from
ApplicationException
and provides a list of specific errors related to audience segments and other functionalities within the Ad Manager API. -
The
errors
field contains a variety of error types, including authentication issues, custom targeting errors, permission errors, and more, which are indicated through different error classes. -
Details about the specific errors encountered are conveyed within each error object present in the
errors
list, assisting in debugging and understanding the underlying cause.
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. |