AI-generated Key Takeaways
-
The
ApiException
class is used to hold a list of service errors encountered when interacting with the DaiEncodingProfileService. -
It inherits from
ApplicationException
and provides a field callederrors
to store detailed information about the errors. -
The
errors
field can contain various types of errors, such asApiError
,AuthenticationError
,CollectionSizeError
, and many more specific to the DaiEncodingProfileService. -
The namespace for this exception is
https://www.google.com/apis/ads/publisher/v202411
, indicating its association with 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. |