pub fn refuse_reserved(coll: &str) -> Result<(), Error>Expand description
Refuse a write the caller is not allowed to make.
Named for what it does to the caller, not for what it returns, because the only correct response at every call site is to stop.