Page Summary
-
ApiException is an exception class used to hold a list of service errors.
-
It inherits from ApplicationException, which includes a 'message' field for an error message.
-
ApiException has an 'errors' field, which is a list of various specific API error types.
-
The listed error types cover a wide range of issues such as authentication, permissions, invalid data, and internal server problems.
Exception class for holding a list of service errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
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.

