wasmcloud_runtime::capability::messaging::producer

Type Alias Error

Source
pub type Error = Error;

Aliased Type§

enum Error {
    Timeout,
    Connection(String),
    PermissionDenied(String),
    Other(String),
}

Variants§

§

Timeout

The request or operation timed out.

§

Connection(String)

An error occurred with the connection. Includes a message for additional context

§

PermissionDenied(String)

A permission error occurred. Includes a message for additional context

§

Other(String)

A catch all for other types of errors