TrevorVonSeggern / Nodata

NOData is a OData like interface for restful C# API
MIT License
3 stars 0 forks source link

Better Error Reporting #4

Open TrevorVonSeggern opened 6 years ago

TrevorVonSeggern commented 6 years ago

When a query is invalid, too much is displayed to the user.

TrevorVonSeggern commented 6 years ago

Errors should be short, and tell the client that there is an error with the odata query. There should be different errors for parsing, applying linq, and serialization.