Preserve all error types in functions that return Ok
or Err
based on a value from the database
#5053
Labels
Ok
or Err
based on a value from the database
#5053
See my reviews of #4977 for examples. Searching for
is_ok
,is_ok_and
, andif let Ok
should reveal most of the wrong error handling.The text was updated successfully, but these errors were encountered: