AI-generated Key Takeaways
-
The
ApiException
is an exception class specifically designed for handling a list of service errors encountered in Google Ad Manager API. -
It inherits properties from the
ApplicationException
class, including themessage
field that contains the error message. -
ApiException
includes anerrors
field which provides a list of specific errors that have occured, these could be various types likeApiError
,AuthenticationError
,QuotaError
, etc., giving insights into the reason of failure. -
It is used in the context of the
MobileApplicationService
in this specific documentation. -
The namespace for this exception is
https://www.google.com/apis/ads/publisher/v202411
, identifying the context in which this class is used within the API's framework.
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. |