pub type _ocsd_err_severity_t = c_uint;Expand description
Error Severity Type
Used to indicate the severity of an error, and also as the error log verbosity level in the error logger.
The logger will ignore errors with a severity value higher than the current verbosity level.
The value OCSD_ERR_SEV_NONE can only be used as a verbosity level to switch off logging, not as a severity value on an error. The other values can be used as both error severity and logger verbosity values.