MCPcopy Create free account
hub / github.com/bytebase/dbhub / unreachableMessage

Function unreachableMessage

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

Source from the content-addressed store, hash-verified

37};
38
39function unreachableMessage(sourceId: string): string {
40 return `Source '${sourceId}' is unreachable. ` +
41 `Verify the database is running and reachable (host, port, network), then retry.`;
42}
43
44function authMessage(sourceId: string): string {
45 return `Authentication failed for source '${sourceId}'. ` +

Callers 1

classifyConnectionErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected