pub fn handle_process_result(
    msg_ident: &TMessageIdentifier,
    res: Result<()>,
    o_prot: &mut dyn TOutputProtocol
) -> Result<()>
Expand description

Convenience function used in generated TProcessor implementations to return an ApplicationError if thrift message processing failed.