Docs.rs
vtcode-commons-0.47.5
vtcode-commons 0.47.5
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vinhnx
Dependencies
anyhow ^1
normal
Versions
80%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module errors
vtcode_
commons
0.47.5
Module errors
Module Items
Structs
Traits
In crate vtcode_
commons
vtcode_commons
Module
errors
Copy item path
Source
Structs
§
Display
Error
Formatter
Default formatter that surfaces the error’s display output.
Noop
Error
Reporter
Error reporting implementation that drops every event. Useful for tests or when a consumer does not yet integrate with error monitoring.
Traits
§
Error
Formatter
Formats an error into a user-facing description. This allows extracted components to present consistent error messaging without depending on the CLI presentation layer.
Error
Reporter
Reports non-fatal errors to an observability backend.