docs(re): correct Status interface-version comments (4 on gRPC, not 0)

Claude-Session: https://claude.ai/code/session_012SDSQ3AcaXqPcBtDESBRii
This commit is contained in:
Joseph Doherty
2026-06-25 15:03:22 -04:00
parent dea9107b4b
commit aa56d2d81b
3 changed files with 10 additions and 6 deletions
@@ -72,7 +72,8 @@ public sealed class GrpcInterfaceVersionEvidenceTests
Assert.Equal(0u, transaction.Error);
Assert.Equal(2u, transaction.Version);
// Status: reachability-only — UiError must be 0; UiVersion is intentionally 0 by design.
// Status: reachability-only — assert UiError==0 only; UiVersion is not value-gated
// (observed 4 on 2023 R2 gRPC, 0 on 2020 WCF).
Assert.Equal(0u, status.UiError);
}