RoutingOptionsError
public enum RoutingOptionsError : Error, Equatable
extension RoutingOptionsError: LocalizedError
Represents routing options error.
-
Occurs when invalid routing options are provided.
Declaration
Swift
case invalidRoutingOptions(String)
-
A localized message describing what error occurred.
Declaration
Swift
public var errorDescription: String? { get }