(sourceId: string)
| 47 | } |
| 48 | |
| 49 | function 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 |
no outgoing calls
no test coverage detected