Code
public enum Code
Routing error codes
The API key has no permission to access this resource.
Declaration
Swift
case apiKeyError
An input parameter combination was invalid.
Declaration
Swift
case badInput
The request has been cancelled.
Declaration
Swift
case cancelled
The route reconstruction using supportingPoints failed.
Declaration
Swift
case cannotRestoreBaseroute
The request timed out.
Declaration
Swift
case computationTimeout
Deserialization of routing response failed.
Declaration
Swift
case deserialization
The service encountered an unexpected error while fulfilling the request.
Declaration
Swift
case internalError
The map is inaccessible.
Declaration
Swift
case mapInaccessible
An input point (Origin, Destination, Waypoints) could not be mapmatched. No drivable road could be found near this point.
Declaration
Swift
case mapMatchingFailure
The network is unavailable.
Declaration
Swift
case network
No valid route could be found.
Declaration
Swift
case noRouteFound
The service is not ready to handle the request.
Declaration
Swift
case serviceUnavailable
An unknown error occurred.
Declaration
Swift
case unknown