mcap icon indicating copy to clipboard operation
mcap copied to clipboard

rust: remove unused error variants

Open jayvdb opened this issue 3 weeks ago • 0 comments

Changelog

Removed unused error enum variants and fix docstrings to match new error.

Docs

Description

Users with error handling expecting errors that will never occur should have compile time failures letting them know their code is outdated.

Also updated our docs to reflect the errors that actually exists.

jayvdb avatar Dec 03 '25 11:12 jayvdb