Skip to content

Commit

Permalink
resolver: update ReportError() docstring (#7732)
Browse files Browse the repository at this point in the history
  • Loading branch information
purnesh42H authored Oct 17, 2024
1 parent 830135e commit 56df169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resolver/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ type ClientConn interface {
// UpdateState can be omitted.
UpdateState(State) error
// ReportError notifies the ClientConn that the Resolver encountered an
// error. The ClientConn will notify the load balancer and begin calling
// ResolveNow on the Resolver with exponential backoff.
// error. The ClientConn then forwards this error to the load balancing
// policy.
ReportError(error)
// NewAddress is called by resolver to notify ClientConn a new list
// of resolved addresses.
Expand Down

0 comments on commit 56df169

Please sign in to comment.