NavigationFactoryError
public enum NavigationFactoryError : LocalizedError
                Errors which may be thrown during navigation creation.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
Error indicating there is a problem with the provided argument(s).
Declaration
Swift
case invalidArgument(String) 
- 
                  
                  
Localized description of the error.
Declaration
Swift
public var errorDescription: String? { get } 
        
 
          TomTom SDK for iOS (0.51.1)
        
          NavigationFactoryError