AI-generated Key Takeaways
-
The
ApiException
class is used to hold a list of service errors that may occur during API calls. -
It inherits from the
ApplicationException
class, which provides a basic error message. -
ApiException
includes a field callederrors
that contains a list of specific errors encountered. -
These errors can range from authentication issues to data validation problems and internal server errors.
-
Developers should refer to the
errors
field to understand and handle these exceptions in their applications.
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. |