/// Gives additional information about the negative outcome of a batch
/// cell decision.
///
/// Since batch queries can be made for batch sizes bigger than the
/// rate limiter parameter could accomodate, there are now two
/// possible negative outcomes:
///
/// * `BatchNonConforming` - the query is valid but the Decider can
/// not accomodate them.
///
/// * `InsufficientCapacity` - the query was invalid as the rate
/// limite parameters can never accomodate the number of cells
/// queried for.