pub fn try_harvest(body: &[u8]) -> Result<(Vec<String>, u64), Error>
Fallible harvesting for callers that must distinguish malformed JSON from an intentionally empty request.