AI-generated Key Takeaways
-
Change status errors are described by an enum.
-
The enum includes statuses for unspecified errors, unknown errors, date range issues, and limit constraints.
-
Errors related to the start date being too old, infinite or negative date ranges, and unspecified or invalid limits are defined.
Enum describing possible change status errors.
Enums | |
---|---|
|
Enum unspecified. |
|
The received error code is not known in this version. |
|
The requested start date is too old. |
|
The change_status search request must specify a finite range filter on last_change_date_time. |
|
The change status search request has specified invalid date time filters that can never logically produce any valid results (for example, start time after end time). |
|
The change_status search request must specify a LIMIT. |
|
The LIMIT specified by change_status request should be less than or equal to 10K. |