intel / openvino-rs

Rust bindings for OpenVINO™
Apache License 2.0
82 stars 23 forks source link

Return error information for variants of `SetupError` #71

Closed ereslibre closed 11 months ago

ereslibre commented 11 months ago

Inference and Loading variants of SetupError carry more information about the error that was returned, bubble it up so that we provide more information about the error that is being returned.

ereslibre commented 11 months ago

Converting to draft because of my company internal requirements. If the patch looks fine, when the mentioned internal requirements are lifted I'll mark it ready for review. Sorry for the noise!

ereslibre commented 11 months ago

Closing, following the rationale in https://github.com/bytecodealliance/wasmtime/pull/7157.