AI-generated Key Takeaways
-
ApiException is a Java exception class used to hold a list of service errors within the Google Ad Manager API.
-
It inherits from ApplicationException and includes a list of specific error types such as AuthenticationError, PermissionError, and ServerError.
-
The ApiException class is part of the
https://www.google.com/apis/ads/publisher/v202505namespace. -
It contains a field named
errorswhich is a list of various ApiError types, and an inheritedmessagefield for a general error message.
Exception class for holding a list of service errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
Field
ApplicationException
(inherited)ApiException
errors
-
ApiError []-
ApiVersionError -
AuthenticationError -
CollectionSizeError -
CommonError -
EntityLimitReachedError -
FeatureError -
InternalApiError -
NotNullError -
NullError -
OrderError -
ParseError -
PermissionError -
PublisherQueryLanguageConte... -
PublisherQueryLanguageSynta... -
QuotaError -
RequiredCollectionError -
RequiredError -
ServerError -
StatementError -
StringFormatError -
StringLengthError -
TeamError -
TypeError -
UniqueError
-
List of errors.

