SEAPUNK / socketeer

yet another websocket framework
MIT License
3 stars 0 forks source link

protocol v3: Error codes #86

Open SEAPUNK opened 8 years ago

SEAPUNK commented 8 years ago

We'll want to make responses to requests more useful -- the API should differentiate between unexpected errors, and expected errors, as well as provide a "nice" namespace for some default common error codes, and then user-defined error codes.

Something like HTTP status codes, basically.