Skip to main content

error_stream

Function error_stream 

Source
pub fn error_stream(
    message: String,
    provenance: Vec<String>,
    recoverable: bool,
) -> Pin<Box<dyn Stream<Item = PlexusStreamItem> + Send>>
Expand description

Create an error stream

Returns a single-item stream containing an error event.