Functions
Link copied to clipboard
fun nonAdjacentRoute(ruleClassName: String, firstZoneName: String, secondZoneName: String): GuidedPathRoutingException
A route selection rule returned a sequence containing two zones that are not adjacent.
Link copied to clipboard
fun routeDoesNotReachDestination(ruleClassName: String, destinationName: String, actualZoneName: String): GuidedPathRoutingException
A route selection rule returned a sequence that does not end at the destination.
Link copied to clipboard
fun routeDoesNotStartAtOrigin(ruleClassName: String, expectedZoneName: String, actualZoneName: String): GuidedPathRoutingException
A route selection rule returned a sequence that does not begin where the vehicle is.
Link copied to clipboard
No path exists through the network from the origin to the destination.