Returns this if it's Err, otherwise returns the other Result.
other
@override @pragma('vm:prefer-inline') Result<T> errOr(Result<T> other) => this;