zdictErrorName

fnstring zdictErrorName(size_t code) @safe

Returns the error name for the given ZDICT result code as a D string.

Parameters

codeThe return value from a ZDICT function.

Returns

A D string describing the error, or an empty string if not an error.