Type Definition brotlic_sys::BrotliDecoderErrorCode

source ·
pub type BrotliDecoderErrorCode = c_int;
Expand description

Error code for detailed logging / production debugging.

See ::BrotliDecoderGetErrorCode and ::BROTLI_LAST_ERROR_CODE.