CSError
@objc
public final class CSError : NSError, CoreStoreObjectiveCType
All errors thrown from CoreStore are expressed in CSErrors.
See also
CoreStoreError
-
The
NSErrorerror domain forCSError.See also
CoreStoreErrorErrorDomainDeclaration
Swift
@objc public static let errorDomain: String
-
Declaration
Swift
public var bridgeToSwift: CoreStoreError { get } -
Do not call directly!
Declaration
Swift
public init(_ swiftValue: CoreStoreError)
View on GitHub
CSError Class Reference