qcrypto_strerror()

Updated: April 19, 2023

Return the string associated with an error code

Synopsis:

#include <qcrypto/qcrypto_error.h>
const char* qcrypto_strerror(int qcrypto_err)

Arguments:

qcrypto_err
The qcrypto library error code.

Library:

libqcrypto

Returns:

The string that matches the error code or unknown for an unrecognized error code.