MCPcopy Index your code
hub / github.com/bytebase/dbhub / tunnelMessage

Function tunnelMessage

src/utils/error-classifier.ts:49–52  ·  view source on GitHub ↗
(sourceId: string)

Source from the content-addressed store, hash-verified

47}
48
49function tunnelMessage(sourceId: string): string {
50 return `SSH tunnel for source '${sourceId}' failed to establish. ` +
51 `Verify SSH host/credentials and bastion reachability, then retry.`;
52}
53
54/**
55 * Classify a thrown error from a connect attempt or query into a connection

Callers 1

classifyConnectionErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected