Class: TMMUpdater
class function FormatFailedRowPK(const APK: TArray<TPair<string,string>>): string; static;
Formats FailedRowPK
as 'Col1=Val1, Col2=Val2'. Returns
'(no row identification available)' when the array is
empty. Convenience helper for log and error message construction.