Skip to main content

ErrorReportWriter

  • Namespace: PPDS.Migration.Progress
  • Assembly: PPDS.Migration
  • Kind: Class

Summary

Writes comprehensive error reports for import operations.

Members

Methods

WriteAsync

Task WriteAsync(string filePath, ImportResult result, string sourceFile, string targetEnvironment, ImportExecutionContext executionContext, CancellationToken cancellationToken)

Writes an error report to the specified file.

  • Param filePath: The output file path.

  • Param result: The import result.

  • Param sourceFile: The source data file path.

  • Param targetEnvironment: The target environment URL.

  • Param executionContext: Optional execution context for diagnostic info.

  • Param cancellationToken: The cancellation token.