AI-generated Key Takeaways
-
ApiException is an exception class used for holding a list of service errors.
-
It inherits from ApplicationException and provides a list of errors through its
errors
field. -
The
errors
field can contain a variety of specific error types, ranging from AuthenticationError to UniqueError. -
Developers can use the information in the
errors
field to troubleshoot and resolve issues encountered when interacting with the ContactService.
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. |