Struct nakadion::CreateHandlerError[][src]

pub struct CreateHandlerError {
    pub message: String,
}

An error that can happen when the HandlerFactory was not able to create a new handler. This will abort the consumption of the current stream.

Fields

Trait Implementations

impl Debug for CreateHandlerError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations