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)

LocalizedError

  • A localized message describing what error occurred.

    Declaration

    Swift

    public var errorDescription: String? { get }