ConditionEvaluationError

public struct ConditionEvaluationError : InvalidMatchError

Error to signify that matching a Condition has failed in an exceptional way during evaluation. It is therefore unable to return an accurate result.

  • The condition that was unsuccessfully evaluated.

    Declaration

    Swift

    public let condition: Condition
  • Declaration

    Swift

    public var description: String { get }