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

Method Status

api/src/main/java/io/grpc/Status.java:441–443  ·  view source on GitHub ↗
(Code code)

Source from the content-addressed store, hash-verified

439 private final Throwable cause;
440
441 private Status(Code code) {
442 this(code, null, null);
443 }
444
445 private Status(Code code, @Nullable String description, @Nullable Throwable cause) {
446 this.code = checkNotNull(code, "code");

Callers

nothing calls this directly

Calls 1

checkNotNullMethod · 0.80

Tested by

no test coverage detected