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

Use strings as Error codes #120

Closed alexnoddings closed 6 months ago

alexnoddings commented 6 months ago

Int-based error codes aren't as intuitive to manage or read, as evidenced by the recent EventId pain #108

Switching to string-based error codes will make it easier for consumers to use errors without relying on messages, such as when using the new HTTP Mediator system.

alexnoddings commented 6 months ago

Changed in 3.3.0-rc.1