You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
CaptureSdk.subscribe(state=>state.errorState,(error)=>{// do something with the error})Whenimplemented,`onError`willjustbeathinwrapperoverthissubscription.
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
.The text was updated successfully, but these errors were encountered: