DetailedError
- Namespace:
PPDS.Migration.Progress - Assembly:
PPDS.Migration - Kind: Class
Summary
Detailed error information for a single record.
Members
Properties
Diagnostics
IReadOnlyList<BatchFailureDiagnostic> Diagnostics { get; set; }
Gets or sets diagnostics identifying which record(s) caused the batch failure.
EntityLogicalName
string EntityLogicalName { get; set; }
Gets or sets the entity logical name.
ErrorCode
Nullable<int> ErrorCode { get; set; }
Gets or sets the Dataverse error code.
Message
string Message { get; set; }
Gets or sets the error message.
Pattern
string Pattern { get; set; }
Gets or sets the detected error pattern (e.g., "MISSING_USER").
RecordId
Nullable<Guid> RecordId { get; set; }
Gets or sets the record ID (GUID).
RecordIndex
Nullable<int> RecordIndex { get; set; }
Gets or sets the record index (position in batch).
Timestamp
DateTime Timestamp { get; set; }
Gets or sets the timestamp when the error occurred.