pub const TJPARAM_TJPARAM_STOPONWARNING: TJPARAM = 0;
Expand description

Error handling behavior

Value

  • 0 [default] Allow the current compression/decompression/transform operation to complete unless a fatal error is encountered.
  • 1 Immediately discontinue the current compression/decompression/transform operation if a warning (non-fatal error) occurs.