Enum marine_module_info_parser::ModuleInfoError [−][src]
pub enum ModuleInfoError {
NoCustomSection(&'static str),
MultipleCustomSections(&'static str, usize),
VersionError(SDKVersionError),
ManifestError(ManifestError),
CorruptedWasmFile(Error),
WasmEmitError(Error),
}Variants
NoCustomSection(&'static str)Version section is absent.
Multiple sections with the same name.
VersionError(SDKVersionError)Errors related to corrupted version.
ManifestError(ManifestError)Errors related to corrupted manifest.
CorruptedWasmFile(Error)An error occurred while parsing Wasm file.
WasmEmitError(Error)Wasm emitting file error.
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ModuleInfoErrorimpl Send for ModuleInfoErrorimpl Sync for ModuleInfoErrorimpl Unpin for ModuleInfoErrorimpl !UnwindSafe for ModuleInfoError