Robert Osuch
Results
2
comments of
Robert Osuch
If you are using the AspNetCoreOData package, the solution I've found is to combine [a custom ODataSerializer](https://github.com/OData/AspNetCoreOData/blob/main/docs/customize_odataerror.md) with an error-handling middleware. This way you can control the response body and...
@raginigunnam it's been a while since I worked with this and I don't even have access to the code I worked on anymore. However, if there is no solution for...