jgarzik/kvdbd

Improve error propagation

Open

#24 opened on Oct 20, 2019

 (0 comments) (0 reactions) (0 assignees)Rust (8 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (19 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Propagate db-specific errors up the stack, giving the end user/devop improved diagnostics for any error condition (which are rare, in production).

This may imply providing our own generic Error and Result.

Contributor guide