Search before asking
Description
The Elixir bindings currently return {:error, String.t()} for all errors, losing the structured error information available in the Rust core. The Rust/Python and C++ bindings already expose error codes - the Elixir binding should have parity.
Willingness to contribute
Search before asking
Description
The Elixir bindings currently return
{:error, String.t()}for all errors, losing the structured error information available in the Rust core. The Rust/Python and C++ bindings already expose error codes - the Elixir binding should have parity.Willingness to contribute