We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exceptions live in the platform dependent part. Handling them is therefore platform dependent as well. An example
... onepassword.lib.aarch64.op_uniffi_core.Error.Error: msg='error resolving secret reference: the specified field cannot be found within the item'
Please have platform independent exceptions.
Code that is written on modern macs can be run on the developer machine natively and work the same way on production systems that are on intel
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
Exceptions live in the platform dependent part. Handling them is therefore platform dependent as well. An example
Desired Behavior
Please have platform independent exceptions.
Benefits & Value
Code that is written on modern macs can be run on the developer machine natively and work the same way on production systems that are on intel
Additional information
No response
The text was updated successfully, but these errors were encountered: