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

A list of Cells which failed to start, and why