Index: Ringtoets/Common/src/Ringtoets.Common.Service/CalculationServiceHelper.cs
===================================================================
diff -u -r3e9eb63e09c270127a0db49f2dea3da5ff3a3639 -rf4f041e353f89e0e93a4243968acee599b2186a7
--- Ringtoets/Common/src/Ringtoets.Common.Service/CalculationServiceHelper.cs (.../CalculationServiceHelper.cs) (revision 3e9eb63e09c270127a0db49f2dea3da5ff3a3639)
+++ Ringtoets/Common/src/Ringtoets.Common.Service/CalculationServiceHelper.cs (.../CalculationServiceHelper.cs) (revision f4f041e353f89e0e93a4243968acee599b2186a7)
@@ -104,7 +104,7 @@
/// The contents of the last error file.
/// true when a calculation isn't canceled, has not already thrown an exception and
/// is set. false otherwise.
- public static bool ErrorOccurred(bool canceled, bool exceptionThrown, string lastErrorFileContent)
+ public static bool HasErrorOccurred(bool canceled, bool exceptionThrown, string lastErrorFileContent)
{
return !canceled && !exceptionThrown && !string.IsNullOrEmpty(lastErrorFileContent);
}