error-engine 0.2.0

A message catalog + presentation layer on top of thiserror and tracing for consistent error/warning/info rendering.
Documentation
1
2
3
4
5
6
[CONFIG_NOT_FOUND]
template = "Could not find the configuration file at {path}"
hint = "Check that the path is correct, or create one with `myapp init`"

[DB_CONN_FAILED]
template = "Could not connect to the database: {reason}"