RoutingError

public struct RoutingError : LocalizedError

Describes any errors that occur during routing.

Public

  • Routing error codes

    See more

    Declaration

    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?