Type Definition holochain::conductor::handle::CellStartupErrors[][src]

pub type CellStartupErrors = Vec<(CellId, CellError)>;
Expand description

A list of Cells which failed to start, and why