CoreStoreError

public enum CoreStoreError : Error, CustomNSError, Hashable
extension CoreStoreError: CustomDebugStringConvertible, CoreStoreDebugStringConvertible

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

CustomNSError

  • Declaration

    Swift

    public static var errorDomain: String { get }
  • Declaration

    Swift

    public var errorCode: Int { get }
  • Declaration

    Swift

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

Equatable

  • Declaration

    Swift

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

Hashable

  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)

CustomDebugStringConvertible

  • Declaration

    Swift

    public var debugDescription: String { get }