Enum fluvio_dataplane_protocol::smartstream::SmartStreamInternalError [−][src]
#[repr(i32)]
pub enum SmartStreamInternalError {
UnknownError,
DecodingBaseInput,
DecodingRecords,
EncodingOutput,
ParsingExtraParams,
}Expand description
Indicates an internal error from within a SmartStream.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SmartStreamInternalError
impl Send for SmartStreamInternalError
impl Sync for SmartStreamInternalError
impl Unpin for SmartStreamInternalError
impl UnwindSafe for SmartStreamInternalError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more