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
@@ -18,8 +18,9 @@
> captured correctly; the table uses a unified column header for readability.
> **Status note:** `StatusService.GetStatusInterfaceVersion` returned UiVersion=4, UiError=0 on the live
> 2023 R2 server. Status is classified as reachability-only — its version integer carries no semantic
> meaning for the SDK's byte serializers — so its UiVersion is not gated and not asserted in tests.
> 2023 R2 server. This differs from the historical 0 observed on 2020 WCF — both are reachability-only.
> Status is classified as reachability-only: its version integer carries no semantic meaning for the
> SDK's byte serializers, so its UiVersion is not gated and not asserted in tests.
## Evidence Test