IteratorResult

class IteratorResult

The result of next().

Fields

class IteratorResult
DONE

No more items in the iterator

ERROR

An error happened

OK

An item was retrieved

RESYNC

Datastructure changed while iterating