2 releases
0.1.1 | Sep 28, 2023 |
---|---|
0.1.0 | Sep 28, 2023 |
#10 in #solid
82 downloads per month
Used in 13 crates
(11 directly)
15KB
283 lines
This crate provides a reified dynamic error type, for using in cases, where one may want to be flexible about kinds of error for an operation.
The Problem
type allows to specify kind/type of an
error as a uri dynamically.
Along with that, the type allows to record a string message,
and lets us to attach custom extensions too.
Dependencies
~1.9–3MB
~57K SLoC