Better name suggestions?

What is a better alternative for:

FatalErr
NonFatalErr

the idea here being: on a FatalErr, the server closes the websocket.

On a NonFatalErr, the server keeps the websocket open and sends the Err back to the client

Am looking for better names than FatalErr NonFatalErr

Maybe:

UnrecoverableSocketErr
RecoverableSocketErr

... might be more descriptive just based on your telling of what they do...You could replace Unr/Recoverable with your original Non/Fatal

3 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.