AI-generated Key Takeaways
-
ApiException is an exception class that holds a list of service errors.
-
It inherits from ApplicationException and includes a list of specific error types such as ApiError, AuthenticationError, and PermissionError.
-
The ApiException has a field named
errorswhich is a list of different types of ApiError objects.
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 -
FeatureError -
InternalApiError -
InvalidUrlError -
NotNullError -
ParseError -
PermissionError -
PublisherQueryLanguageConte... -
PublisherQueryLanguageSynta... -
QuotaError -
RequiredCollectionError -
RequiredError -
RequiredNumberError -
ServerError -
StatementError -
StringFormatError -
StringLengthError -
TypeError
-
List of errors.

