Hide

type DateRangeError (v201506)

A list of all the error codes being used for date range error.


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.
DateRangeError
reason DateRangeError.Reason The error reason represented by an enum.
Enumerations
DATE_RANGE_ERROR
INVALID_DATE
Invalid date.
START_DATE_AFTER_END_DATE
The start date was after the end date.
CANNOT_SET_DATE_TO_PAST
Cannot set date to past time
AFTER_MAXIMUM_ALLOWABLE_DATE
A date was used that is past the system "last" date.
CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED
Trying to change start date on a campaign that has started.

Send feedback about...

AdWords API