MCPcopy Create free account
hub / github.com/Kilo-Org/cloud /

Class

packages/event-service/src/client.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 * expose the HTTP status of a failed WebSocket handshake, so pre-open socket
11 * errors are treated as generic reconnectable failures.
12 */
13export class WebSocketAuthError extends Error {
14 constructor(message = 'WebSocket authentication failed') {
15 super(message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected