Relativity.DataExchange.ErrorMessageFormatter
Defines static methods to format error messages.
namespace Relativity.DataExchange
{
internal static class ErrorMessageFormatter
{
public static string FormatWebServiceRetryMessage(string serviceOperation, string errorMessage, TimeSpan waitDuration, int retryAttempt, int maxRetries);
public static string AppendRetryDetails(string message, TimeSpan waitDuration, int retriesLeft);
}
}