Closed
Description
Pretty sure we can literally just replace ctry! with ? now given that errors without an explicit status code are treated as 500s (or if we can't, could try and make it so that we can). That would allow changing cexpect!
usage into .ok_or_else(|| err_msg(...))?
.
Originally posted by @Kixiron and @Nemo157 in #858 (comment)