My favorites | English | Sign in

AdWords API v2009

v2009 Docs | v13 Docs

type DateError

Errors associated with invalid dates and date ranges.

Namespace

  • https://adwords.google.com/api/adwords/cm/v200909

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.
ApiError.Type xsd:string This field indicates the subtype of ApiError of this instance. It is ignored on input, and instead xsi:type should be specified.

DateError

reason DateError.Reason The error reason represented by an enum.
  1. Enumerations
    1. INVALID_FIELD_VALUES_IN_DATE
      1. Given field values do not correspond to a valid date.

    2. INVALID_STRING_DATE
      1. The string date's format should be yyyymmdd.

    3. INVALID_STRING_DATE_RANGE
      1. The string date range's format should be yyyymmdd yyyymmdd.

    4. INVALID_STRING_DATE_TIME
      1. The string date time's format should be yyyymmdd hhmmss [tz].

    5. EARLIER_THAN_MINIMUM_DATE
      1. Date is before allowed minimum.

    6. LATER_THAN_MAXIMUM_DATE
      1. Date is after allowed maximum.

    7. DATE_RANGE_MINIMUM_DATE_LATER_THAN_MAXIMUM_DATE
      1. Date range bounds are not in order.

    8. DATE_RANGE_MINIMUM_AND_MAXIMUM_DATES_BOTH_NULL
      1. Both dates in range are null.