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