Type Definition libceed_sys::bind_ceed::CeedErrorType[][src]

type CeedErrorType = c_int;
Expand description

Ceed Errors

This enum is used to specify the type of error returned by a function. A zero error code is success, negative error codes indicate terminal errors and positive error codes indicate nonterminal errors. With nonterminal errors the object state has not been modifiend, but with terminal errors the object data is likely modified or corrupted. @ingroup Ceed