WebSocketStatusCode.SERVER_ERROR

1011 indicates that a server is terminating the connection because it encountered an unexpected condition that prevented it from fulfilling the request. <p> See <a href="https://tools.ietf.org/html/rfc6455#section-7.4.1">RFC 6455, Section 7.4.1 Defined Status Codes</a>.

struct WebSocketStatusCode
enum int SERVER_ERROR;

Meta