(sourceId: string)
| 42 | } |
| 43 | |
| 44 | function 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 | |
| 49 | function tunnelMessage(sourceId: string): string { |
| 50 | return `SSH tunnel for source '${sourceId}' failed to establish. ` + |
no outgoing calls
no test coverage detected