Home
last modified time | relevance | path

Searched refs:UpdatesDatabaseUtilsError (Results 1 – 4 of 4) sorted by relevance

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/
H A DUpdatesDatabaseUtils.swift19 internal struct UpdatesDatabaseUtilsError: Error { struct
49 …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()
/expo/packages/expo-updates/ios/EXUpdates/Database/
H A DUpdatesDatabaseUtils.swift19 internal struct UpdatesDatabaseUtilsError: Error { struct
49 …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()
/expo/packages/expo-updates/ios/Tests/
H A DDatabaseInitializationSpec.swift466 }.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()
H A DUpdatesDatabaseSpec.swift67 }.to(throwError(errorType: UpdatesDatabaseUtilsError.self) { error in in spec()