AI-generated Key Takeaways
-
The
ApiException
class is used to hold a list of service errors that may occur within the Google Ad Manager API. -
It inherits from the
ApplicationException
class and includes a list of potential errors that can occur, ranging from authentication issues to data format problems. -
The errors contained in an
ApiException
can provide valuable insight for troubleshooting and resolving issues encountered when interacting with the Google Ad Manager API. -
Developers can use the error information to identify the source of problems and implement corrective measures 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. |