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

Method code

core/src/main/java/io/grpc/internal/GrpcUtil.java:388–390  ·  view source on GitHub ↗

Gets the code for this error used on the wire.

()

Source from the content-addressed store, hash-verified

386 * Gets the code for this error used on the wire.
387 */
388 public long code() {
389 return code;
390 }
391
392 /**
393 * Gets the {@link Status} associated with this HTTP/2 code.

Calls

no outgoing calls