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