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