Constant obs_sys::LOG_WARNING

source ·
pub const LOG_WARNING: _bindgen_ty_1 = 200;
Expand description

Use if a problem occurs that doesn’t affect the program and is recoverable.

Use in places where failure isn’t entirely unexpected, and can be handled safely.