AI-generated Key Takeaways
-
ApiException is an exception class used to hold a list of service errors.
-
It inherits from ApplicationException and includes a list of specific ApiErrors such as AuthenticationError and PermissionError.
-
The ApiException contains a field called
errorswhich is a list of various specific error types.
Exception class for holding a list of service errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
Field
ApplicationException
(inherited)ApiException
errors
-
ApiError []-
AdSenseAccountError -
AdUnitCodeError -
AdUnitHierarchyError -
ApiVersionError -
AuthenticationError -
CollectionSizeError -
CommonError -
CompanyError -
CreativeWrapperError -
CrossSellError -
EntityChildrenLimitReachedE... -
EntityLimitReachedError -
FeatureError -
FrequencyCapError -
InternalApiError -
InvalidColorError -
InvalidUrlError -
InventoryUnitError -
InventoryUnitRefreshRateError -
InventoryUnitSizesError -
LabelEntityAssociationError -
NotNullError -
NullError -
ParseError -
PermissionError -
PublisherQueryLanguageConte... -
PublisherQueryLanguageSynta... -
QuotaError -
RangeError -
RegExError -
RequiredCollectionError -
RequiredError -
RequiredNumberError -
ServerError -
StatementError -
StringFormatError -
StringLengthError -
TeamError -
TypeError -
UniqueError
-
List of errors.

