Open tback opened 2 months ago
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
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