mcap
mcap copied to clipboard
rust: remove unused error variants
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.