ChangeEventError

  • The document lists enums describing possible change event errors.

  • Errors include issues with date ranges, unspecified limits, and invalid limit clauses.

  • The START_DATE_TOO_OLD error indicates the requested start date cannot be older than 30 days.

Enum describing possible change event errors.

Proto definition

Enums

CHANGE_DATE_RANGE_INFINITE

The change_event search request must specify a finite range filter on change_date_time.

CHANGE_DATE_RANGE_NEGATIVE

The change event search request has specified invalid date time filters that can never logically produce any valid results (for example, start time after end time).

INVALID_LIMIT_CLAUSE

The LIMIT specified by change_event request should be less than or equal to 10K.

LIMIT_NOT_SPECIFIED

The change_event search request must specify a LIMIT.

START_DATE_TOO_OLD

The requested start date is too old. It cannot be older than 30 days.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.