Enum ockam_node::NodeError [−][src]
pub enum NodeError {
NoSuchWorker(Address),
NoSuchProcessor(Address),
WorkerExists(Address),
RouterExists,
}Expand description
Failure states from a router command
Variants
NoSuchWorker(Address)No such worker
Tuple Fields of NoSuchWorker
0: AddressNoSuchProcessor(Address)No such processor
Tuple Fields of NoSuchProcessor
0: AddressWorkerExists(Address)Worker already exists
Tuple Fields of WorkerExists
0: AddressRouter already exists
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeError
impl UnwindSafe for NodeError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more