Closed harkairt closed 2 years ago
hello , sorry for late response, you can catch the error by adding:
on Fault catch(e){
debugPrint('caught fault')
}
My initial thought was to return all errors as 'Fault' from the package, but I guess there are cases that I missed implementing
How do I catch if some error happens?
I have the following code
I'd expect to catch some exception here, as I haven't authenticated yet. None of the
debugPrint
s appear, but this does from the package:.. if I authenticated then I do get back an activity.