Searched refs:UpdatesDatabaseUtilsError (Results 1 – 4 of 4) sorted by relevance
19 internal struct UpdatesDatabaseUtilsError: Error { struct49 …throw UpdatesDatabaseUtilsError(kind: .SQLitePrepareError, info: errorCodesAndMessage(fromSqlite: … in execute()54 …throw UpdatesDatabaseUtilsError(kind: .SQLiteArgsBindError, info: errorCodesAndMessage(fromSqlite:… in execute()99 …throw UpdatesDatabaseUtilsError(kind: .SQLiteGetResultsError, info: errorCodesAndMessage(fromSqlit… in execute()161 throw UpdatesDatabaseUtilsError(kind: .SQLiteBlobNotUUID, info: nil) in getValue()
466 }.to(throwError(errorType: UpdatesDatabaseUtilsError.self) { error in in spec()562 }.to(throwError(errorType: UpdatesDatabaseUtilsError.self) { error in in spec()570 }.to(throwError(errorType: UpdatesDatabaseUtilsError.self) { error in in spec()669 }.to(throwError(errorType: UpdatesDatabaseUtilsError.self) { error in in spec()677 }.to(throwError(errorType: UpdatesDatabaseUtilsError.self) { error in in spec()
67 }.to(throwError(errorType: UpdatesDatabaseUtilsError.self) { error in in spec()