* Attempts to retry a failed method based on the type of error encountered. * If the error is retryable, it will retry the method up to MAX_RETRY_COUNT times. * If the error is non-retryable or the maximum retry count is reached, * it will log the appropriate message and throw an error.
(
error: Error,
upperMethod: (...args: any[]) => Promise<T>,
args: any[],
)
source not stored for this graph (policy: none)
no test coverage detected