Finally, LiveData has one of the same issues that ...
# android-architecture
m
Finally, LiveData has one of the same issues that AsyncTask suffers from, and that is a lack of any error handling. It's up to the user to return a type from the LiveData which would encompass both successful and error responses. You'd end up building something that looks very much like a Scala Try object to represent single values.