AI-generated Key Takeaways
-
The ApiException class is used for holding 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 various error types, such as AuthenticationError, CompanyError, and PermissionError.
-
Each error type provides specific information about the issue encountered, helping developers diagnose and address problems.
-
The
errors
field within the ApiException object contains an array of ApiError objects, which provide detailed information about each error.
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. |