Background documentation-28812: Invalid iterator Locate this document in the navigation structure

 

Explanation

Accessing an iterator failed, since it is invalid. E.g. the next element of an iterator is tried to be read but it is already on the last element.

User Response

Make sure that before an operation is conducted on an iterator that it has been checked as valid (for this operation).