Page Summary
-
ApiException is an exception class used to hold a list of service errors.
-
It inherits from ApplicationException and includes a list of specific error types under the 'errors' field.
-
The 'message' field, inherited from ApplicationException, provides a general error message.
-
The 'errors' field can contain various error types such as authentication errors, internal errors, and permission errors.
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 -
CreativeTemplateError -
CreativeTemplateOperationError -
FeatureError -
InternalApiError -
InvalidUrlError -
NotNullError -
NullError -
ParseError -
PermissionError -
PublisherQueryLanguageConte... -
PublisherQueryLanguageSynta... -
QuotaError -
RangeError -
RequiredCollectionError -
RequiredError -
RequiredNumberError -
ServerError -
StatementError -
StringFormatError -
StringLengthError -
UniqueError
-
List of errors.

