Skip to main content

ImportErrorReport

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

Summary

Comprehensive error report for import operations.

Members

Properties

EntitiesSummary

List<EntityErrorSummary> EntitiesSummary { get; set; }

Gets or sets the per-entity error summaries.

Errors

List<DetailedError> Errors { get; set; }

Gets or sets all detailed errors.

ExecutionContext

ImportExecutionContext ExecutionContext { get; set; }

Gets or sets the execution context for diagnostic purposes. Added in schema version 1.1.

GeneratedAt

DateTime GeneratedAt { get; set; }

Gets or sets the timestamp when this report was generated.

RetryManifest

RetryManifest RetryManifest { get; set; }

Gets or sets the retry manifest for failed records.

SourceFile

string SourceFile { get; set; }

Gets or sets the source data file path.

Summary

ImportErrorSummary Summary { get; set; }

Gets or sets the import summary statistics.

TargetEnvironment

string TargetEnvironment { get; set; }

Gets or sets the target environment URL.

Version

string Version { get; set; }

Gets or sets the schema version of this report. Version history:

  • 1.0: Initial schema
  • 1.1: Added ExecutionContext for version/environment diagnostics