Struct fluvio_dataplane_protocol::smartmodule::SmartModuleRuntimeError [−][src]
pub struct SmartModuleRuntimeError {
pub hint: String,
pub offset: Offset,
pub kind: SmartModuleKind,
pub record_key: Option<RecordData>,
pub record_value: RecordData,
}Expand description
A type used to capture and serialize errors from within a SmartModule
Fields
hint: StringError hint: meant for users, not for code
offset: OffsetThe offset of the Record that had a runtime error
kind: SmartModuleKindThe type of SmartModule that had a runtime error
record_key: Option<RecordData>The Record key that caused this error
record_value: RecordDataThe Record value that caused this error
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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 SmartModuleRuntimeError
impl Send for SmartModuleRuntimeError
impl Sync for SmartModuleRuntimeError
impl Unpin for SmartModuleRuntimeError
impl UnwindSafe for SmartModuleRuntimeError
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
