Closed 00xc closed 8 months ago
Remove calls to Result::expect() in the VC code and return errors so that they can be handled by callers.
Result::expect()
VcError is already implemented, so use the already existing type. Introduce VcError::new() to improve ergonomics when creating a new error.
VcError
VcError::new()
Remove calls to
Result::expect()
in the VC code and return errors so that they can be handled by callers.VcError
is already implemented, so use the already existing type. IntroduceVcError::new()
to improve ergonomics when creating a new error.