Enum fluvio_dataplane_protocol::SmartStreamError [−][src]
pub enum SmartStreamError {
Runtime(SmartStreamRuntimeError),
InvalidWasmModule(String),
InvalidSmartStreamModule(String),
}Expand description
A type representing the possible errors that may occur during SmartStream execution.
Variants
Runtime(SmartStreamRuntimeError)Tuple Fields of Runtime
InvalidWasmModule(String)Tuple Fields of InvalidWasmModule
0: StringInvalidSmartStreamModule(String)Tuple Fields of InvalidSmartStreamModule
0: StringTrait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SmartStreamError
impl Send for SmartStreamError
impl Sync for SmartStreamError
impl Unpin for SmartStreamError
impl UnwindSafe for SmartStreamError
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