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

Method getDescription

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

A description of this status for human consumption.

()

Source from the content-addressed store, hash-verified

496 * A description of this status for human consumption.
497 */
498 @Nullable
499 public String getDescription() {
500 return description;
501 }
502
503 /**
504 * The underlying cause of an error.

Calls

no outgoing calls