Class: AdCenterWrapper::ErrorCodes

Inherits:
String
  • Object
show all
Defined in:
lib/OptimizerService.rb

Overview

Constant Summary collapse

APIExecutionError =
ErrorCodes.new("APIExecutionError")
AccountIdHasToBeSpecified =
ErrorCodes.new("AccountIdHasToBeSpecified")
ApiInputValidationError =
ErrorCodes.new("ApiInputValidationError")
CampaignBudgetAmountIsAboveLimit =
ErrorCodes.new("CampaignBudgetAmountIsAboveLimit")
CampaignBudgetAmountIsBelowConfiguredLimit =
ErrorCodes.new("CampaignBudgetAmountIsBelowConfiguredLimit")
CampaignBudgetAmountIsLessThanSpendAmount =
ErrorCodes.new("CampaignBudgetAmountIsLessThanSpendAmount")
CampaignBudgetLessThanAdGroupBudget =
ErrorCodes.new("CampaignBudgetLessThanAdGroupBudget")
CampaignDailyTargetBudgetAmountIsInvalid =
ErrorCodes.new("CampaignDailyTargetBudgetAmountIsInvalid")
ConcurrentRequestOverLimit =
ErrorCodes.new("ConcurrentRequestOverLimit")
CustomerIdHasToBeSpecified =
ErrorCodes.new("CustomerIdHasToBeSpecified")
EntityNotExistent =
ErrorCodes.new("EntityNotExistent")
FilterListOverLimit =
ErrorCodes.new("FilterListOverLimit")
FutureFeatureCode =
ErrorCodes.new("FutureFeatureCode")
IncrementalBudgetAmountRequiredForDayTarget =
ErrorCodes.new("IncrementalBudgetAmountRequiredForDayTarget")
InternalError =
ErrorCodes.new("InternalError")
InvalidAccount =
ErrorCodes.new("InvalidAccount")
InvalidAccountId =
ErrorCodes.new("InvalidAccountId")
InvalidCredentials =
ErrorCodes.new("InvalidCredentials")
InvalidCustomerId =
ErrorCodes.new("InvalidCustomerId")
InvalidDateObject =
ErrorCodes.new("InvalidDateObject")
InvalidOpportunityKey =
ErrorCodes.new("InvalidOpportunityKey")
InvalidOpportunityKeysList =
ErrorCodes.new("InvalidOpportunityKeysList")
InvalidVersion =
ErrorCodes.new("InvalidVersion")
NameTooLong =
ErrorCodes.new("NameTooLong")
NullArrayArgument =
ErrorCodes.new("NullArrayArgument")
NullParameter =
ErrorCodes.new("NullParameter")
NullRequest =
ErrorCodes.new("NullRequest")
OperationNotSupported =
ErrorCodes.new("OperationNotSupported")
OpportunityAlreadyApplied =
ErrorCodes.new("OpportunityAlreadyApplied")
OpportunityExpired =
ErrorCodes.new("OpportunityExpired")
OpportunityKeysArrayExceedsLimit =
ErrorCodes.new("OpportunityKeysArrayExceedsLimit")
OpportunityKeysArrayShouldNotBeNullOrEmpty =
ErrorCodes.new("OpportunityKeysArrayShouldNotBeNullOrEmpty")
QuotaNotAvailable =
ErrorCodes.new("QuotaNotAvailable")
RequestMissingHeaders =
ErrorCodes.new("RequestMissingHeaders")
TimestampNotMatch =
ErrorCodes.new("TimestampNotMatch")
UserIsNotAuthorized =
ErrorCodes.new("UserIsNotAuthorized")