alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

Consider how the error code is surfaced on the client #82

Closed alexnoddings closed 1 year ago

alexnoddings commented 1 year ago

Error codes aren't very helpful (and may well be confusing) for some end users. However, they're immensely helpful to developers when the error is reported.

Should we hide the error number behind a hoverable/clickable icon? Should displaying it be a config item that individual projects can control?

Either way, we should likely hide the error when the code is Default to simplify the UI.