Structureswift 6.0.3FoundationEssentials
PredicateError
- iOS
- 17+
- macOS
- 14+
- tvOS
- 17+
- watchOS
- 10+
struct PredicateError
struct PredicateError
import FoundationEssentials
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol Equatable
A type that can be compared for value equality.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
static let forceCastFailure: PredicateError
static let forceUnwrapFailure: PredicateError
static let invalidInput: PredicateError
static let undefinedVariable: PredicateError
var debugDescription: String { get }
static func == (lhs: PredicateError, rhs: PredicateError) -> Bool
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
import Foundation
var localizedDescription: String { get }
Retrieve the localized description for this error.