Hide

type FeedError (v201506)

An error caused by an invalid Feed in a FeedService request.


Namespace
https://adwords.google.com/api/adwords/cm/v201506
Fields
Field Type Description
ApiError (inherited)
fieldPath xsd:string The OGNL field path to identify cause of error.
trigger xsd:string The data that caused the error.
errorString xsd:string A simple string representation of the error and reason.
ApiError.Type xsd:string Indicates that this instance is a subtype of ApiError. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.
FeedError
reason FeedError.Reason The cause of the error.
Enumerations
ATTRIBUTE_NAMES_NOT_UNIQUE
The names of the FeedAttributes must be unique.
ATTRIBUTES_DO_NOT_MATCH_EXISTING_ATTRIBUTES
The attribute list must be an exact copy of the existing list if the attribute id's are present.
CANNOT_CHANGE_ORIGIN
Origin can only be set during Feed creation.
CANNOT_SPECIFY_USER_ORIGIN_FOR_SYSTEM_FEED
Cannot specify USER origin for a system generated feed.
CANNOT_SPECIFY_ADWORDS_ORIGIN_FOR_NON_SYSTEM_FEED
Cannot specify ADWORDS origin for a non-system generated feed.
CANNOT_SPECIFY_FEED_ATTRIBUTES_FOR_SYSTEM_FEED
Cannot specify feed attributes for system feed.
CANNOT_UPDATE_FEED_ATTRIBUTES_WITH_ORIGIN_ADWORDS
Cannot update FeedAttributes on feed with origin adwords.
FEED_REMOVED
The given id refers to a removed Feed. Removed Feeds are immutable.
INVALID_ORIGIN_VALUE
The origin of the feed is not valid for the client.
FEED_ORIGIN_IS_NOT_USER
A user can only create and modify feeds with user origin.
DUPLICATE_FEED_NAME
Feed name matches that of another active Feed.
INVALID_FEED_NAME
Name of feed is not allowed.
MISSING_OAUTH_INFO
Missing OAuthInfo
NEW_ATTRIBUTE_CANNOT_BE_PART_OF_UNIQUE_KEY
New FeedAttributes must not effect the unique key.
TOO_MANY_FEED_ATTRIBUTES_FOR_FEED
Too many FeedAttributes for a Feed.
INVALID_BUSINESS_ACCOUNT
The business account is not valid.
BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT
Business account cannot access Google My Business account.
UNKNOWN

Send feedback about...

AdWords API