Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ onError
Method
onError
api/src/main/java/io/grpc/NameResolver.java:92–95 ·
view source on GitHub ↗
(Status error)
Source
from the content-addressed store, hash-verified
90
}
else
{
91
start(
new
Listener2() {
92
@Override
93
public
void
onError(Status error) {
94
listener.onError(error);
95
}
96
97
@Override
98
public
void
onResult(ResolutionResult resolutionResult) {
Callers
nothing calls this directly
Calls
1
onError
Method · 0.65
Tested by
no test coverage detected