Transforms the inner Err instance if this is an Err.
@override @pragma('vm:prefer-inline') Err<T> mapErr(@noFutures Err<T> Function(Err<T> err) noFutures) { return noFutures(this); }