|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ApiError in com.google.api.ads.adwords.v201109.ch |
|---|
| Subclasses of ApiError in com.google.api.ads.adwords.v201109.ch | |
|---|---|
class |
CustomerSyncError
Represents CustomerSyncService specific errors |
| Uses of ApiError in com.google.api.ads.adwords.v201109.cm |
|---|
| Subclasses of ApiError in com.google.api.ads.adwords.v201109.cm | |
|---|---|
class |
AdError
Base error class for Ad Service. |
class |
AdExtensionError
AdExtension errors. |
class |
AdExtensionOverrideError
AdExtensionOverride errors. |
class |
AdGroupAdCountLimitExceeded
Indicates too many ads were added/enabled under the specified adgroup. |
class |
AdGroupAdError
Error information for AdGroupAdService. |
class |
AdGroupCriterionError
Base error class for Ad Group Criterion Service. |
class |
AdGroupCriterionLimitExceeded
Signals that too many criteria were added to some ad group. |
class |
AdGroupServiceError
Represents possible error codes in AdGroupService. |
class |
AdParamError
Errors for AdParamService. |
class |
AdParamPolicyError
Policy violation for an AdParam. |
class |
AudioError
Error class for errors associated with parsing audio data. |
class |
AuthenticationError
Errors returned when Authentication failed. |
class |
AuthorizationError
Errors encountered when trying to authorize a user. |
class |
BiddingError
Represents bidding errors. |
class |
BiddingTransitionError
Bidding transition errors. |
class |
BudgetError
A list of all the error codes being used by the common budget domain package. |
class |
BulkMutateJobError
Bulk mutate job handling errors. |
class |
CampaignAdExtensionError
CampaignAdExtension errors. |
class |
CampaignCriterionError
Base error class for Campaign Criterion Service. |
class |
CampaignCriterionLimitExceeded
Error to indicate that too many negative criteria added to some campaign. |
class |
CampaignError
Base error class for Campaign Service. |
class |
ClientTermsError
Error due to user not accepting the AdWords terms of service. |
class |
CollectionSizeError
A list of all errors associated with the |
class |
ConversionTrackingError
An error that can occur during calls to the ConversionTypeService. |
class |
CriterionError
Error class used for reporting criteria related errors. |
class |
CriterionPolicyError
Contains the policy violations for a single BiddableAdGroupCriterion. |
class |
DatabaseError
Errors that are thrown due to a database access problem. |
class |
DataError
Represents errors thrown by the get operation. |
class |
DateError
Errors associated with invalid dates and date ranges. |
class |
DistinctError
Errors related to distinct ids or content. |
class |
EntityAccessDenied
Reports permission problems trying to access an entity. |
class |
EntityCountLimitExceeded
Signals that an entity count limit was exceeded for some level. |
class |
EntityNotFound
An id did not correspond to an entity, or it referred to an entity which does not belong to the customer. |
class |
ExperimentServiceError
Base error class for Experiment Service. |
class |
GeoLocationError
Errors for GeoLocationService. |
class |
IdError
Errors associated with the ids. |
class |
ImageError
Error class for errors associated with parsing image data. |
class |
InternalApiError
Indicates that a server-side error has occured. |
class |
JobError
Job handling errors. |
class |
LocationCriterionServiceError
Represents errors thrown by the LocationCriterionService#get
operation. |
class |
MediaError
|
class |
NewEntityCreationError
Error associated with creation of new entities using com.google.ads.api.services.common.id.TempIds. |
class |
NotEmptyError
Errors corresponding with violation of a NOT EMPTY check. |
class |
NotWhitelistedError
Indicates that the customer is not whitelisted for accessing the API. |
class |
NullError
Errors associated with violation of a NOT NULL check. |
class |
OperationAccessDenied
Operation not permitted due to the invoked service's access policy. |
class |
OperatorError
Errors due to the use of unsupported operations. |
class |
PagingError
Error codes for pagination. |
class |
PolicyViolationError
Represents violations of a single policy by some text in a field. |
class |
QuotaCheckError
Encapsulates the errors thrown during developer quota checks. |
class |
QuotaError
Errors that are thrown if a quota limit is exceeded. |
class |
RangeError
A list of all errors associated with the Range constraint. |
class |
RateExceededError
Signals that a call failed because a measured rate exceeded. |
class |
ReadOnlyError
Errors from attempting to write to read-only fields. |
class |
RegionCodeError
A list of all errors associated with the |
class |
RejectedError
|
class |
ReportDefinitionError
Encapsulates the errors that can be thrown during ReportDefinition
mutate operation. |
class |
RequestError
Encapsulates the generic errors thrown when there's an error with user request. |
class |
RequiredError
Errors due to missing required field. |
class |
SelectorError
Represents possible error codes for Selector. |
class |
SettingError
Indicates a problem with campaign settings. |
class |
SizeLimitError
Indicates that the number of entries in the request or response exceeds the system limit. |
class |
StatsQueryError
Represents possible error codes when querying for stats. |
class |
StringLengthError
|
class |
TargetError
A list of all the error codes being used by the common targeting package. |
class |
UserListError
Represents possible error codes in UserListService. |
class |
VideoError
Error class for errors associated with parsing video data. |
| Methods in com.google.api.ads.adwords.v201109.cm that return ApiError | |
|---|---|
ApiError[] |
SimpleMutateResult.getErrors()
Gets the errors value for this SimpleMutateResult. |
ApiError[] |
ApiException.getErrors()
Gets the errors value for this ApiException. |
ApiError |
SimpleMutateResult.getErrors(int i)
|
ApiError |
ApiException.getErrors(int i)
|
ApiError[] |
AdGroupAdReturnValue.getPartialFailureErrors()
Gets the partialFailureErrors value for this AdGroupAdReturnValue. |
ApiError[] |
AdGroupCriterionReturnValue.getPartialFailureErrors()
Gets the partialFailureErrors value for this AdGroupCriterionReturnValue. |
ApiError |
AdGroupAdReturnValue.getPartialFailureErrors(int i)
|
ApiError |
AdGroupCriterionReturnValue.getPartialFailureErrors(int i)
|
| Methods in com.google.api.ads.adwords.v201109.cm with parameters of type ApiError | |
|---|---|
void |
SimpleMutateResult.setErrors(ApiError[] errors)
Sets the errors value for this SimpleMutateResult. |
void |
ApiException.setErrors(ApiError[] errors)
Sets the errors value for this ApiException. |
void |
SimpleMutateResult.setErrors(int i,
ApiError _value)
|
void |
ApiException.setErrors(int i,
ApiError _value)
|
void |
AdGroupAdReturnValue.setPartialFailureErrors(ApiError[] partialFailureErrors)
Sets the partialFailureErrors value for this AdGroupAdReturnValue. |
void |
AdGroupCriterionReturnValue.setPartialFailureErrors(ApiError[] partialFailureErrors)
Sets the partialFailureErrors value for this AdGroupCriterionReturnValue. |
void |
AdGroupAdReturnValue.setPartialFailureErrors(int i,
ApiError _value)
|
void |
AdGroupCriterionReturnValue.setPartialFailureErrors(int i,
ApiError _value)
|
| Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type ApiError | |
|---|---|
AdGroupAdReturnValue(String listReturnValueType,
AdGroupAd[] value,
ApiError[] partialFailureErrors)
|
|
AdGroupCriterionReturnValue(String listReturnValueType,
AdGroupCriterion[] value,
ApiError[] partialFailureErrors)
|
|
ApiException(String message1,
String applicationExceptionType,
ApiError[] errors)
|
|
SimpleMutateResult(Operand[] results,
ApiError[] errors)
|
|
| Uses of ApiError in com.google.api.ads.adwords.v201109.info |
|---|
| Subclasses of ApiError in com.google.api.ads.adwords.v201109.info | |
|---|---|
class |
ApiUsageError
Represents possible error codes in InfoService. |
| Uses of ApiError in com.google.api.ads.adwords.v201109.mcm |
|---|
| Subclasses of ApiError in com.google.api.ads.adwords.v201109.mcm | |
|---|---|
class |
AlertError
Errors that can occur when using AlertService. |
class |
CreateAccountError
|
class |
ServicedAccountError
Errors that can occur when contacting ServicedAccountService. |
| Uses of ApiError in com.google.api.ads.adwords.v201109.o |
|---|
| Subclasses of ApiError in com.google.api.ads.adwords.v201109.o | |
|---|---|
class |
BulkOpportunityServiceError
|
class |
CurrencyCodeError
Errors for currency codes. |
class |
MatchesRegexError
A list of all errors associated with the com.google.ads.api.services.common.validation.constraints.MatchesRegex
constraint. |
class |
OpportunityError
|
class |
TargetingIdeaError
Base error class for the com.google.ads.api.services.targetingideas.TargetingIdeaService. |
class |
TrafficEstimatorError
Base error class for com.google.ads.api.services.trafficestimator.TrafficEstimatorService. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||