Module rustls_mbedtls_provider_utils::error
source · Expand description
Utility code related to error types: mbedtls::Error
and rustls::Error
Functions
- Converts an
mbedtls::Error
into arustls::Error
- Converts an
mbedtls::Error
into arustls::Error
; may include the providedmsg
in the returned error (e.g., if returning arustls::Error::General
error).