You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compute.RecordError($"A loadcase with the name {loadcase.Name} already exists but the number does not match with the loadcase being pushed./nMake sure you are using a unique name and number.");
56
+
Compute.RecordWarning(
57
+
$"A loadcase with the name {loadcase.Name} already exists but the number {lusasLoadcase.getID()} does not match with the loadcase being pushed: {loadcase.Name}, {loadcase.Number}. /n"+
58
+
$"Make sure you are using a unique name and number. {lusasLoadcase.getName()} has been used");
Compute.RecordError($"A loadcase with the number {loadcase.Number} already exists but the name does not match with the loadcase being pushed./nMake sure you are using a unique name and number.");
66
+
Compute.RecordWarning(
67
+
$"A loadcase with the number {loadcase.Number} already exists but the name {lusasLoadcase.getName()} does not match with the loadcase being pushed: {loadcase.Name}, {loadcase.Number}. /n"+
68
+
$"Make sure you are using a unique name and number. {lusasLoadcase.getName()} has been used");
0 commit comments