InvalidEntityExpressionType

struct InvalidEntityExpressionType
extension InvalidEntityExpressionType : Equatable, Sendable

The entity expression type is not valid.

  • The actual entity expression type.

    Declaration

    Swift

    let actual: String
  • List of expected entity expression types.

    Declaration

    Swift

    let expected: [String]
  • The associated expression. Set null if the expression is not found.

    Declaration

    Swift

    let expression: (any IdentifiableExpression)?
  • Returns a Boolean value indicating whether two values are equal.

    Equality is the inverse of inequality. For any values a and b, a == b implies that a != b is false.

    Declaration

    Swift

    static func == (lhs: InvalidEntityExpressionType, rhs: InvalidEntityExpressionType) -> Bool

    Parameters

    lhs

    A value to compare.

    rhs

    Another value to compare.