MCPcopy 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.

Calls

no outgoing calls