CSErrorCode
@objc
public enum CSErrorCode : Int
The NSError error codes for CSError.Domain.
See also
CSError
See also
CoreStoreError
-
A failure occured because of an unknown error.
Declaration
Swift
case unknownError -
The
NSPersistentStorecould note be initialized because another store existed at the specifiedNSURL.Declaration
Swift
case differentStorageExistsAtURL -
An
NSMappingModelcould not be found for a specific source and destination model versions.Declaration
Swift
case mappingModelNotFound -
Progressive migrations are disabled for a store, but an
NSMappingModelcould not be found for a specific source and destination model versions.Declaration
Swift
case progressiveMigrationRequired -
An internal SDK call failed with the specified
NSError
userInfo key.Declaration
Swift
case internalError -
The transaction was terminated by a user-thrown error with the specified
Error
userInfo key.Declaration
Swift
case userError -
The transaction was cancelled by the user.
Declaration
Swift
case userCancelled
View on GitHub
CSErrorCode Enumeration Reference