(message: string)
| 1 | import { contactSupportMessage, reTryMessage } from '../common'; |
| 2 | |
| 3 | export function errorMessageWithRetry(message: string): string { |
| 4 | return `${message}\n${reTryMessage}\n${contactSupportMessage}`; |
| 5 | } |
no outgoing calls
no test coverage detected