CoreStoreError

public enum CoreStoreError : Error, CustomNSError, Hashable

All errors thrown from CoreStore are expressed in CoreStoreError enum values.

  • Declaration

    Swift

    public static var errorDomain: String { get }
  • Declaration

    Swift

    public var errorCode: Int { get }
  • Declaration

    Swift

    public var errorUserInfo: [String : Any] { get }
  • Declaration

    Swift

    public static func == (lhs: CoreStoreError, rhs: CoreStoreError) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • Declaration

    Swift

    public var debugDescription: String { get }