Enum pwasm_utils::PackingError [] [src]

pub enum PackingError {
    MalformedModule,
    NoTypeSection,
    NoExportSection,
    NoCodeSection,
    InvalidCreateSignature,
    NoCreateSymbol,
    InvalidCreateMember,
    NoImportSection,
}

Pack error.

Pack has number of assumptions of passed module structure. When they are violated, pack_instance returns one of these.

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PackingError

impl Sync for PackingError