njones / socketio

A Modern SocketIO library for go
MIT License
64 stars 9 forks source link

Standardize error naming and text #56

Closed njones closed 1 year ago

njones commented 1 year ago

This commit: Removes vestigial errors from refactored packages Standardizes error names, so they reflect what the error text will be Standardizes error text, so it's clear and actionable Separates formatted and non formatted error strings, to make it easier for compile time checks and linters Pulls out the MessagePack errors so that build flags can be used to remove them like the other MessagePack items Pulls out versioning from error text, and places it in the KV structured errors part