BundleServiceQueryErrorCode
No description
enum BundleServiceQueryErrorCode {
INVALID_TIME_RANGE
ROW_LIMIT_EXCEEDED
}
Values
BundleServiceQueryErrorCode.INVALID_TIME_RANGE
When the end time is not greater than the start time in a time range query
BundleServiceQueryErrorCode.ROW_LIMIT_EXCEEDED
When the query results exceed the maximum allowed number of rows
Was this topic helpful?