Skip to main content

platform_err

Macro platform_err 

Source
macro_rules! platform_err {
    ($code:expr, $op:literal, $details:literal) => { ... };
    ($code:expr, $op:literal, $fmt:literal $(, sanitized!($arg:expr))+ $(,)?) => { ... };
}
Expand description

Create a platform error.

Maps to System category.