MCPcopy Index your code
hub / github.com/grpc/grpc-java / isOk

Method isOk

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

Is this status OK, i.e., not an error.

()

Source from the content-addressed store, hash-verified

513 * Is this status OK, i.e., not an error.
514 */
515 public boolean isOk() {
516 return Code.OK == code;
517 }
518
519 /**
520 * Convert this {@link Status} to a {@link RuntimeException}. Use {@link #fromThrowable}

Calls

no outgoing calls