Loading TOC...

XDMP-UDFSEQEND

Message Text

Member access on a Sequence object when Sequence::done() is true.

Cause

The Sequence object has moved past the end of the sequence. This can happen because it is an empty sequence, or because Sequence::next() has been called until the end of Sequence has been reached.

Response

Only access Sequence members if Sequence::done() returns false.

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.