1Password / onepassword-sdk-python

https://developer.1password.com/docs/sdks/
MIT License
86 stars 10 forks source link

Errors seem to be architecture dependant #116

Open tback opened 2 months ago

tback commented 2 months ago

Current Behavior

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'

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