Enum fluvio_dataplane_protocol::smartmodule::SmartModuleInternalError [−][src]
#[repr(i32)]
pub enum SmartModuleInternalError {
UnknownError,
DecodingBaseInput,
DecodingRecords,
EncodingOutput,
ParsingExtraParams,
UndefinedRightRecord,
}Expand description
Indicates an internal error from within a SmartModule.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SmartModuleInternalError
impl Send for SmartModuleInternalError
impl Sync for SmartModuleInternalError
impl Unpin for SmartModuleInternalError
impl UnwindSafe for SmartModuleInternalError
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