Return the registered reason‐string for a packed error code.
Synopsis
Declared in <openssl/err.h>
char const*
ERR_reason_error_string(unsigned long e);
Return Value
Reason description string (do not free), or NULL if none is registered.
Parameters
Name |
Description |
e |
Packed error code whose reason field is looked up. |
Created with MrDocs