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.Code
Declaration
Swift
public let code: Code
-
Contains an error description field with a human readable error message.
Declaration
Swift
public let errorDescription: String?