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

Method toStatus

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

Returns a Status object corresponding to this status code.

()

Source from the content-addressed store, hash-verified

225 * Returns a {@link Status} object corresponding to this status code.
226 */
227 public Status toStatus() {
228 return STATUS_LIST.get(value);
229 }
230
231 private byte[] valueAscii() {
232 return valueAscii;

Callers 13

hedging_maxAttemptsMethod · 0.45
statusWithDetailsMethod · 0.45
logTrailerMethod · 0.45
logTrailerMethod · 0.45
StatusClass · 0.45
fromCodeMethod · 0.45
respondWithHttpErrorMethod · 0.45
respondWithGrpcErrorMethod · 0.45
respondWithHttpErrorMethod · 0.45

Calls 1

getMethod · 0.65