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
When PowerAuthErrorException is passed in the way mentioned above, the getPowerAuthErrorCode is lost - we should somehow include it in a way that will be reported in the JS code.
The text was updated successfully, but these errors were encountered:
!!! Note, that this should be done after Cordova is merged into the develop branch. Cordova has brand new files which copied this issue...
On Android, we're catching exceptions and passing our own errors:
For example here:
https://github.com/wultra/react-native-powerauth-mobile-sdk/blob/develop/android/src/main/java/com/wultra/android/powerauth/reactnative/PowerAuthModule.java#L430
this line should be
This passes the error to the React Native layer.
Improve
PowerAuthErrorException
reportingWhen
PowerAuthErrorException
is passed in the way mentioned above, thegetPowerAuthErrorCode
is lost - we should somehow include it in a way that will be reported in the JS code.The text was updated successfully, but these errors were encountered: