zstdErrorName
fn
string zstdErrorName(size_t code) @safeReturns the error name for the given ZSTD result code as a D string.
Parameters
code | The return value from a ZSTD function. |
Returns
A D string describing the error, or an empty string if not an error.