client_error

Macro client_error 

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