errors: introduced ServiceError to enable exception-based treatment
The existing functions such as `not_found()` are useful for a quick and early return, but they are impractical for mutualization or chaining (this is not Rust, we have neither the `Result<T, E>` type nor the `?` operator for easy propagation).
Loading
Please register or sign in to comment