Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ getStatus
Method
getStatus
api/src/main/java/io/grpc/StatusException.java:59–61 ·
view source on GitHub ↗
Returns the status code as a Status object. @since 1.0.0
()
Source
from the content-addressed store, hash-verified
57
* @since 1.0.0
58
*/
59
public
final
Status getStatus() {
60
return
status;
61
}
62
63
/**
64
* Returns the received trailers.
Callers
8
toStatusException
Method · 0.95
toStatusExceptionWithMetadata_shouldIncludeMetadata
Method · 0.95
logTrailer
Method · 0.95
testGetConnectedServiceInfoThrows
Method · 0.95
testResolveWithUnsupportedTargetUserHandle
Method · 0.95
testResolveNonExistentServiceThrows
Method · 0.95
testResolveNonExistentServiceWithTargetUserThrows
Method · 0.95
tlsNegotiationFailurePropagatesToStatus
Method · 0.95
Calls
no outgoing calls
Tested by
8
toStatusException
Method · 0.76
toStatusExceptionWithMetadata_shouldIncludeMetadata
Method · 0.76
logTrailer
Method · 0.76
testGetConnectedServiceInfoThrows
Method · 0.76
testResolveWithUnsupportedTargetUserHandle
Method · 0.76
testResolveNonExistentServiceThrows
Method · 0.76
testResolveNonExistentServiceWithTargetUserThrows
Method · 0.76
tlsNegotiationFailurePropagatesToStatus
Method · 0.76