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
Logger.LogError($"Unable to create new contract, because `{e.Message}`. Perhaps you are trying to add a contract that already has an active status?");
171
+
Logger.LogError("Unable to create new contract, because `{e.Message}`. Perhaps you are trying to add a contract that already has an active status?",e.Message);
0 commit comments