DatabaseError

public struct DatabaseError : Error

DatabaseError wraps an SQLite error.

  • NSError bridging: the domain of the error.

    Declaration

    Swift

    public static var errorDomain: String
  • NSError bridging: the error code within the given domain.

    Declaration

    Swift

    public var errorCode: Int
  • NSError bridging: the user-info dictionary.

    Declaration

    Swift

    public var errorUserInfo: [String : Any]