Bit disappointed that this is not built into the c# http status codes. Was building a mock service and wanted to return something that would never occur in production for things I didn’t have definitions for. This seemed like a perfect response but it’s not part of the statues enum.
Bit disappointed that this is not built into the c# http status codes. Was building a mock service and wanted to return something that would never occur in production for things I didn’t have definitions for. This seemed like a perfect response but it’s not part of the statues enum.
what stops you from just passing a 418
int
?enums
are just fancyints
in c#