Skip to main content

build_input_stream_error_frame

Function build_input_stream_error_frame 

Source
pub fn build_input_stream_error_frame(
    correlation_id: u64,
    stream_id: u16,
    code: &str,
    message: &str,
    chunk_seq: u64,
    recoverable_rid: u64,
) -> Result<Frame, BuildError>