android / codelab-android-room-with-a-view

Apache License 2.0
756 stars 492 forks source link

how to catch exception while computing database live data #217

Open sirhu123 opened 2 years ago

sirhu123 commented 2 years ago

the Dao return a LiveData when query, but how can i catch the exception when it occur some errors such like SQLiteCantOpenDatabaseException

mwshubham commented 1 year ago

+1 for error catching specifically to LiveData