AI-generated Key Takeaways
-
The
ApiException
class is designed to hold a list of service errors encountered during API operations. -
It inherits from the
ApplicationException
class and provides details about the error through itserrors
andmessage
fields. -
Errors can include issues with authentication, data types, permissions, or exceeding service limits, among other potential issues.
-
The
errors
field lists the specific error types (such asApiError
,AuthenticationError
,CustomFieldError
) that occurred during the operation.
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. |