ERR_reason_error_string

Obtains a human-readable error message

extern (C)
const(char*)
ERR_reason_error_string
(
c_ulong e
)

Parameters

e c_ulong

the error code

Return Value

Type: const(char*)

A human-readable string representing the error code.

Meta