ZL_CompressorSerializer_getErrorContextString

Function ZL_CompressorSerializer_getErrorContextString 

Source
pub unsafe extern "C" fn ZL_CompressorSerializer_getErrorContextString(
    serializer: *const ZL_CompressorSerializer,
    result: ZL_Report,
) -> *const c_char
Expand description

Safely retrieve the full error message associated with an error.

@returns the verbose error message associated with the @p result or NULL if the error is no longer valid.

@note This string is stored within the @p serializer and is only valid for the lifetime of the @p serializer.