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 details about the error through itserrors
andmessage
fields. -
Errors can range from authentication issues to data validation failures, each represented by a specific error type.
-
The
errors
field contains a list ofApiError
objects, each providing information about a particular error. -
ApiException
is part of the Google Ad Manager API and uses the namespacehttps://www.google.com/apis/ads/publisher/v202411
.
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. |