RoutingError
public struct RoutingError : LocalizedError
Describes any errors that occur during routing.
-
Routing error codes
See moreDeclaration
Swift
public enum Code -
One of the error codes as described in
RoutingError.CodeDeclaration
Swift
public let code: Code -
Contains an error description field with a human readable error message.
Declaration
Swift
public let errorDescription: String?
TomTom SDK for iOS (0.40.0)
RoutingError