pub type ch_compile_error_t = ch_compile_error;
Expand description

A type containing error details that is returned by the compile calls (@ref ch_compile() and @ref ch_compile_multi() on failure. The caller may inspect the values returned in this type to determine the cause of failure.