Function wyrd_error_name

Function Documentation

char const *wyrd_error_name(wyrd_error_t code)

Return a string representation of the given error code. Also never returns nullptr, see wyrd_error_message() above.

Parameters

code[in] The error code to query.

Returns

The name of the error constant (enum value) as a string.