server_error

Macro server_error 

Source
macro_rules! server_error {
    ($err:expr $(,)?) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}