ERR_string_data_st

Mapping from a packed OpenSSL error code to a human-readable string.

Synopsis

Declared in <openssl/err.h>

struct ERR_string_data_st;

Data Members

NameDescription
error Packed error code as produced by ERR_PACK(lib, func, reason).
string NUL-terminated description corresponding to error.