Type Alias clingo_sys::clingo_error_e

source ·
pub type clingo_error_e = c_uint;
Expand description

! Enumeration of error codes. ! ! @note Errors can only be recovered from if explicitly mentioned; most ! functions do not provide strong exception guarantees. This means that in ! case of errors associated objects cannot be used further. If such an ! object has a free function, this function can and should still be called.