If Err, Calls the provided closure with the err value, else does nothing.
@override @pragma("vm:prefer-inline") Ok<S, F> inspectErr(void Function(F error) fn) { return this; }