Problem details code returns
{"type":"https://wikipedia.org/wiki/Division_by_zero",
"title":"Wrong Input",
"status":404,
"detail":"Divison by zero is not defined."}
When there is no endpoint rather than just 404.
@sammychinedu2ky fixed that by adding HasPath, but that's an error prone solution.
@brunolins16 can you suggest a better mechanism to detect when there's no matching endpoint?
Problem details code returns
When there is no endpoint rather than just 404.
@sammychinedu2ky fixed that by adding
HasPath, but that's an error prone solution.@brunolins16 can you suggest a better mechanism to detect when there's no matching endpoint?