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

Function authMessage

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

Source from the content-addressed store, hash-verified

42}
43
44function authMessage(sourceId: string): string {
45 return `Authentication failed for source '${sourceId}'. ` +
46 `Verify the credentials/access for this source are valid, then retry.`;
47}
48
49function tunnelMessage(sourceId: string): string {
50 return `SSH tunnel for source '${sourceId}' failed to establish. ` +

Callers 1

classifyConnectionErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected