Skip to content

Commit 99cbbe4

Browse files
Minor description refactoring
1 parent 18c879a commit 99cbbe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Web/WebMVC/Controllers/OrderController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public async Task<IActionResult> Create(Order model, string action)
5151
}
5252
catch(BrokenCircuitException)
5353
{
54-
ModelState.AddModelError("Error", "It was not possible to create a new order, please try later on");
54+
ModelState.AddModelError("Error", "It was not possible to create a new order, please try later on. (Business Msg Due to Circuit-Breaker)");
5555
}
5656
return View(model);
5757
}

0 commit comments

Comments
 (0)