namespace ZB.MOM.WW.OtOpcUa.Configuration.Validation; /// /// One validation failure. is a stable machine-readable symbol /// (BadCrossClusterNamespaceBinding, UnsSegmentInvalid, …). /// carries the offending logical ID so the Admin UI can link straight to the row. /// public sealed record ValidationError(string Code, string Message, string? Context = null);