At the moment when there is an error, for example a common case will be Camera permission not given. An error dialog is shown by default to the user.
It would be good if there was a callback for catching this error, so developers can implement a better UX flow for users when they encounter specific errors.
At the moment, there is just the global setting of showErrorDialog: true.

At the moment when there is an error, for example a common case will be
Camera permission not given. An error dialog is shown by default to the user.It would be good if there was a callback for catching this error, so developers can implement a better UX flow for users when they encounter specific errors.
At the moment, there is just the global setting of
showErrorDialog: true.