#problem #uri #web #dynamic #solid #protocols #string

dyn_problem

This crate provides a Problem type to represent dynamic problems, with problem types identified by uri

2 releases

0.1.1 Sep 28, 2023
0.1.0 Sep 28, 2023

#11 in #solid


Used in 13 crates (11 directly)

MIT/Apache

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