Function fc_rpc::err

source ·
pub fn err<T: ToString>(
    code: i32,
    message: T,
    data: Option<&[u8]>
) -> ErrorObjectOwned