Query ran out of node stack space during a search.
This happens when the query has visited more nodes than there is room in the NavQueryBuffer. To fix this issue, use a larger value for the maxNodesToVisit parameter when you create the NavQueryBuffer. NavWorld.ContinueFindPath reports this flag alongside its main status.