Expand description
Utility code related to error types: mbedtls::Error
and rustls::Error
Functionsยง
- mbedtls_
err_ into_ rustls_ err - Converts an
mbedtls::Error
into arustls::Error
- mbedtls_
err_ into_ rustls_ err_ with_ error_ msg - Converts an
mbedtls::Error
into arustls::Error
; may include the providedmsg
in the returned error (e.g., if returning arustls::Error::General
error).