Incomplete
The verified range was larger than one page; resume from resumeFromSeq.
This is not an error — it is the pagination signal:
var r: AuditResult = saga audit "order-42" from 0L to Long.MAX_VALUE
while (r is Incomplete) {
r = saga audit "order-42" from r.resumeFromSeq to Long.MAX_VALUE
}Content copied to clipboard