convertErr<F2> method
Converts the failure type of the result.
Implementation
Res<S, F2> convertErr<F2>(F2 Function(F err) onErr) =>
Res._(_result.convertFailure(onErr));
Converts the failure type of the result.
Res<S, F2> convertErr<F2>(F2 Function(F err) onErr) =>
Res._(_result.convertFailure(onErr));