RoutingFailure
Represents an failure raised when something went wrong in routing.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
Optional failure message.
Constructors
Types
Routing call did not finish due to a problem with the API key.
Some input parameter combination was not valid.
Indicates that the request reached an internal computation time threshold and timed out.
Deserialization failed. Examples that could trigger this error are:
Routing call ended with unexpected HTTP code.
Instruction generation failed.
The internal routing failure.
One of the input points (Origin, Destination, Waypoints) could not be matched to the map because there is no known drivable section near this point.
Routing network call failed with IOException.
No valid route could be found.
The route reconstruction using supportingPoints failed.
The calculation was cancelled.
Routing call ended with unknown error.