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
I have the "catch all panics" wrapper around the code and return a JNI error in this case. With the introduction of errors enum in 0.2.1 this stopped working. Right now JniError::Unknown looks like the best type for this case but there is no way to also provide the error message.
The text was updated successfully, but these errors were encountered:
I have the "catch all panics" wrapper around the code and return a JNI error in this case. With the introduction of errors enum in
0.2.1
this stopped working. Right nowJniError::Unknown
looks like the best type for this case but there is no way to also provide the error message.The text was updated successfully, but these errors were encountered: