Merge pull request #253 from ljrk0/verbose_tls_error
Provide encapsulated Tls error information
This commit is contained in:
commit
b5a017a58b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pub enum Error {
|
|||
|
||||
/// An internal TLS error.
|
||||
#[cfg(all(feature = "tls-native", not(feature = "tls-rust")))]
|
||||
#[error("a TLS error occurred")]
|
||||
#[error("a TLS error occurred: {0}")]
|
||||
Tls(
|
||||
#[source]
|
||||
#[from]
|
||||
|
|
Loading…
Reference in a new issue