(sourceId: string)
| 37 | }; |
| 38 | |
| 39 | function 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 | |
| 44 | function authMessage(sourceId: string): string { |
| 45 | return `Authentication failed for source '${sourceId}'. ` + |
no outgoing calls
no test coverage detected