Skip to content

Commit

Permalink
Fix comment on the CSDS proto
Browse files Browse the repository at this point in the history
Signed-off-by: Anirudh Ramachandra <[email protected]>
  • Loading branch information
anicr7 committed Dec 13, 2024
1 parent 6db2d54 commit 92b6224
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proposals/TP3-xds-error-propagation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 92b6224

Please sign in to comment.