AI-generated Key Takeaways
-
The
ApiException
is a class designed to contain a list of service errors encountered during API operations. -
This exception class inherits from
ApplicationException
and includes anerrors
field containing a list of potentialApiError
types. -
The
errors
field can contain various error types, such asApiVersionError
,AuthenticationError
,CollectionSizeError
, and more, indicating specific issues encountered. -
The
ApiException
class is defined within thehttps://www.google.com/apis/ads/publisher/v202411
namespace.
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. |