Struct fluvio_dataplane_protocol::smartstream::SmartStreamOutput [−][src]
pub struct SmartStreamOutput {
pub successes: Vec<Record>,
pub error: Option<SmartStreamRuntimeError>,
}Expand description
A type used to return processed records and/or an error from a SmartStream
Fields
successes: Vec<Record>The successfully processed output Records
error: Option<SmartStreamRuntimeError>Any runtime error if one was encountered