AI-generated Key Takeaways
-
The
ApiException
is an exception class that holds a list of service errors encountered during API interactions. -
This exception inherits from
ApplicationException
and provides details about the error through itserrors
field. -
The
errors
field can contain a variety of specific error types, each providing more context about the issue. -
This exception is part of the Google Ad Manager API and is defined within the namespace
https://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. |