SQLiteManagerError

public enum SQLiteManagerError : Error

The error types from the SQLiteManager

  • If to open the dabase failed

    Declaration

    Swift

    case openFailed(String)
  • If to prepare the dabase failed

    Declaration

    Swift

    case prepareFailed(String)
  • If to bind the parameters for the query failed

    Declaration

    Swift

    case bindFailed(String)
  • The common error messages

    Declaration

    Swift

    case commonFailed(String)