Type Alias wasmcloud_runtime::capability::keyvalue::batch::Error

source ·
pub type Error = Error;

Aliased Type§

enum Error {
    NoSuchStore,
    AccessDenied,
    Other(String),
}

Variants§

§

NoSuchStore

The host does not recognize the store identifier requested.

§

AccessDenied

The requesting component does not have access to the specified store (which may or may not exist).

§

Other(String)

Some implementation-specific error has occurred (e.g. I/O)