<PackageReference Include="Relativity.Server.Import.SDK" Version="25000.0.19" />

Relativity.DataExchange.ErrorMessageFormatter

static class ErrorMessageFormatter
Defines static methods to format error messages.
public static string AppendRetryDetails(string message, TimeSpan waitDuration, int retriesLeft)

Appends retry details to the supplied message.

public static string FormatWebServiceRetryMessage(string serviceOperation, string errorMessage, TimeSpan waitDuration, int retryAttempt, int maxRetries)

Builds a web service specific retry message.