[#ERR_string_data_st] = ERR_string_data_st :mrdocs: Mapping from a packed OpenSSL error code to a human‐readable string. == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ERR_string_data_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:ERR_string_data_st/error.adoc[`error`] | Packed error code as produced by ERR_PACK(lib, func, reason). | xref:ERR_string_data_st/string.adoc[`string`] | NUL‐terminated description corresponding to `error.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#