ReportError notifies the ClientConn that the Resolver encountered an error. The ClientConn then forwards this error to the load balancing policy.
(error)
| 245 | // error. The ClientConn then forwards this error to the load balancing |
| 246 | // policy. |
| 247 | ReportError(error) |
| 248 | // NewAddress is called by resolver to notify ClientConn a new list |
| 249 | // of resolved addresses. |
| 250 | // The address list should be the complete list of resolved addresses. |
no outgoing calls