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

Method getCause

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

The underlying cause of an error. Note that the cause is not transmitted from server to client.

()

Source from the content-addressed store, hash-verified

505 * Note that the cause is not transmitted from server to client.
506 */
507 @Nullable
508 public Throwable getCause() {
509 return cause;
510 }
511
512 /**
513 * Is this status OK, i.e., not an error.

Calls

no outgoing calls