mbedtls_low_level_strerr() function
Translate the low-level part of an Mbed TLS error code into a string representation. This function returns a const pointer to an un-modifiable string. The caller must not try to modify the string. It is intended to be used mostly for logging purposes.
Syntax
const char *mbedtls_low_level_strerr(int error_code); Return value
The string representation of the error code, or \c NULL if the error code is unknown.