SQLiteCardStorageError

@objc(VSRSQLiteCardStorageError)
public enum SQLiteCardStorageError : Int, LocalizedError

Represents error of SQLiteCardStorage

  • inconsistentDb: Storage turned into inconsistency state
  • keyNotFound: Key not found
  • Undocumented

    Declaration

    Swift

    case inconsistentDb = 1
  • Undocumented

    Declaration

    Swift

    case keyNotFound = 2
  • Human-readable localized description

    Declaration

    Swift

    public var errorDescription: String? { get }