Home
last modified time | relevance | path

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

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DLoader.kt106 finishWithError(message, e) in onFailure()
162 private fun finishWithError(message: String, e: Exception) { in finishWithError() method in expo.modules.updates.loader.Loader
319 finishWithError("Error while adding new update to database", e) in handleAssetDownloadCompleted()
324 finishWithError("Failed to load all assets", Exception("Failed to load all assets")) in handleAssetDownloadCompleted()