SQLiteError

@objc(VSSSQLiteError)
public class SQLiteError : NSObject, LocalizedError

Represents error of SQLite

  • Undocumented

    Declaration

    Swift

    public let errorNum: Int32?
  • Error description

    Declaration

    Swift

    @objc
    public var errorDescription: String? { get }