How can I listen to error when running async actions? e.g "no connection" or error in query (if there is such a thing)
I am running the following:
- create a connection
- pause the program
- disconnecting network cable
- running asyncSearch
the search fails but I have no indication for it.