MCPcopy
hub / github.com/microsoft/vscode-languageserver-node / error

Method error

client/src/client.ts:266–266  ·  view source on GitHub ↗

* An error has occurred while writing or reading from the connection. * * @param error - the error received * @param message - the message to be delivered to the server if know. * @param count - a count indicating how often an error is received. Will * be reset if a message got successful

(error: Error, message: Message, count: number)

Source from the content-addressed store, hash-verified

264 * be reset if a message got successfully send or received.
265 */
266 error(error: Error, message: Message, count: number): ErrorAction;
267
268 /**
269 * The connection to the server got closed.

Callers 11

errorMethod · 0.65
sendRequestFunction · 0.65
onRequestFunction · 0.65
sendNotificationFunction · 0.65
onNotificationFunction · 0.65
startFunction · 0.65
initializeFunction · 0.65
notifyFileEventFunction · 0.65
handleConnectionClosedFunction · 0.65
handleConnectionErrorFunction · 0.65
logFailedRequestFunction · 0.65

Implementers 1

DefaultErrorHandlerclient/src/client.ts

Calls

no outgoing calls

Tested by

no test coverage detected