Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide encapsulated Tls error information
When `.to_string()` is invoked on a the crate-wide Error enum, the error message using #[error("...")] is displayed. Some of those wrapped internal enums also contain, possibly more helpful, error messages. This will include the string gathered by `.to_string()` from the encapsulated enum in the main error message. See also squidowl/halloy#143
- Loading branch information