Member Junction
    Preparing search index...

    Error details for a single record during sync

    interface SyncRecordError {
        ChangeType: RecordChangeType;
        ErrorCode: SyncErrorCode;
        ErrorMessage: string;
        ExternalID: string;
        ExternalRecord?: ExternalRecord;
        Severity: ErrorSeverity;
    }
    Index

    Properties

    ChangeType: RecordChangeType

    The intended change type that failed

    ErrorCode: SyncErrorCode

    Structured error code for programmatic handling

    ErrorMessage: string

    Human-readable error description

    ExternalID: string

    External system record identifier

    ExternalRecord?: ExternalRecord

    The external record that caused the error, if available

    Severity: ErrorSeverity

    Severity of this error