yolkbot
    Preparing search index...

    Enumeration PathError

    Why a navigation attempt gave up

    Index

    Enumeration Members

    LostDestination: "lost_destination"

    The destination is not anywhere the graph recognises

    LostStart: "lost_start"

    The bot is not standing anywhere the graph recognises, usually mid-air or out of bounds

    NoMapData: "no_map_data"

    The bot joined with skipMapLoad, so there is no geometry to navigate

    NoRoute: "no_route"

    Both ends are on the map but nothing connects them

    Stuck: "stuck"

    The bot stopped making progress and could not find its way back onto the route

    TargetNotFound: "target_not_found"

    Nothing was found to navigate towards