AI-generated Key Takeaways
-
The
ApiException
class is used to hold a list of service errors that may occur during API interactions. -
It inherits from the
ApplicationException
class, which provides a basic framework for handling exceptions. -
ApiException
includes anerrors
field that contains a list of specific errors, represented by various error types likeApiError
,AuthenticationError
,CdnConfigurationError
, etc. -
The namespace for this class is
https://www.google.com/apis/ads/publisher/v202411
. -
This exception provides details about errors encountered when working with the Google Ad Manager API, allowing developers to diagnose and address issues.
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. |