diff --git a/proposals/TP3-xds-error-propagation.md b/proposals/TP3-xds-error-propagation.md index 12a46be..ad88db7 100644 --- a/proposals/TP3-xds-error-propagation.md +++ b/proposals/TP3-xds-error-propagation.md @@ -78,8 +78,9 @@ service ClientStatusDiscoveryService { ... // NEW FIELD - // Should be treated basically the same as `CLIENT_NACKED`. - // Provides the previously cached version of the resource but also indicates a server error that was recieved using resource_errors field. + // Client received an error from the control plane. The attached config + // dump is the most recent accepted one. If no config is accepted yet, + // the attached config dump will be empty. CLIENT_RECEIVED_ERROR = 4; } }