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.
pub const LOG_WARNING: _bindgen_ty_1 = 200;
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.