Jan Krüger
Return NotFound with details
That is fine, tho I see this:
The following code configures the app to generate a problem details response for all HTTP client and server error responses that don't have a body content yet:Do have an Idea how I could still attach details?
12 replies
Return NotFound with details
So I'd have to create an instance of that and then return that? But it feels like a lot of boiler code to add that at every controller and for every possible response code. I just wanted a consistent error response format to for all errors, with optional details
12 replies