<PackageReference Include="Relativity.Transfer.Client" Version="6.0.16" />

ListenerHandlerBase

abstract class ListenerHandlerBase
protected bool BadPathErrorsRetry { get; }

protected bool FileNotFoundErrorsDisabled { get; }

protected bool FileNotFoundErrorsRetry { get; }

protected bool FilePermissionErrorsRetry { get; }

protected ITransferJobService JobService { get; }

protected ITransferLog Log { get; }

protected ITransferRequest Request { get; }

protected static string GetLogErrorDescription(string errorDescription)

protected static object SerializeSessionStats(SessionStats statistics)

public virtual void Clear()

public abstract void Execute(TransferEvent sessionEvent, SessionStats sessionStatistics, FileStats fileStatistics)

protected void PublishTransferPathIssue(SessionStats statistics)

protected void RegisterJobError(SessionStats statistics)

protected bool TreatErrorAsWarning(int code)

protected bool TreatPublishedErrorAsWarning(int code)