MCPcopy Create free account
hub / github.com/parse-community/parse-server / onError

Method onError

src/Adapters/WebSocketServer/WSAdapter.js:16–16  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

14 onListen() {}
15 onConnection(ws) {}
16 onError(error) {}
17 start() {
18 const wss = new WebSocketServer({ server: this.options.server });
19 wss.on('listening', this.onListen);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected