Support additional error messages for functions that can fail
Open
- Dominant language
- Rust
- Stars
- 35.8k
- Forks
- 846
- Avg merge
- 27m
- Merged PRs (30d)
- 3
Description
I was using the `env_var()` function, and while it's a nice convenience, I wish I could present the user with some additional information when a variable isn't set (so that they could know what it's for, what to set the value to, valid values that are acceptable, links to documentation, whatever).
I made this request generic, assuming that other functions would likely benefit from this as well.
Contributor guide
Assessment
This issue has not been assessed yet.