[][src]Type Definition clingo_sys::clingo_error

type clingo_error = u32;

! 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.