MCPcopy
hub / github.com/snyk/cli / errorMessageWithRetry

Function errorMessageWithRetry

src/lib/errors/error-with-retry.ts:3–5  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

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

Callers 7

summariseErrorResultsFunction · 0.90
monitorDepTreeFunction · 0.90
monitorDepGraphFunction · 0.90
getMultiPluginResultFunction · 0.90
assembleLocalPayloadsFunction · 0.90
legacy-errors.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected