Enum fluence_faas::HostImportError [−][src]
pub enum HostImportError {
MismatchWValues(Type, Value),
MismatchWValuesCount,
LifterError(LiError),
LowererError(LoError),
RecordNotFound(RecordResolvableError),
InvalidUTF8String(FromUtf8Error),
}Variants
An error occurred when host functions tries to lift IValues from WValues and the latter has different type.
An error occurred when a host functions tries to lift IValues from WValues and the latter is not enough for that.
InvalidUTF8String(FromUtf8Error)Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for HostImportErrorimpl Send for HostImportErrorimpl Sync for HostImportErrorimpl Unpin for HostImportErrorimpl UnwindSafe for HostImportError