Skip to main content

export_from_file

Function export_from_file 

Source
pub fn export_from_file(
    input_path: &str,
    options: ExportOptions<'_>,
) -> Result<String, ExportError>
Expand description

Export an arbitrary session file without live agent state.

ยงErrors

Returns File not found: <resolved path> for a missing input, or a session, encoding, or output error.