AI-generated Key Takeaways
-
ApiException
is an exception class designed to contain a list of service errors encountered during API interactions. -
This class inherits from
ApplicationException
and provides detailed information about errors through itserrors
field. -
The
errors
field can include a variety of error types, ranging from authentication issues to data validation problems, each with its own specific details. -
Developers can use this information to diagnose and address issues that arise when using the Google Ad Manager API.
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. |