MCPcopy Create free account
hub / github.com/grpc/grpc-java / getCode

Method getCode

api/src/main/java/io/grpc/Status.java:491–493  ·  view source on GitHub ↗

The canonical status code.

()

Source from the content-addressed store, hash-verified

489 * The canonical status code.
490 */
491 public Code getCode() {
492 return code;
493 }
494
495 /**
496 * A description of this status for human consumption.

Calls

no outgoing calls