@InternalExtensionOnly
public interface StatusCode
The status codes are modeled after the status codes in grpc. For more information about grpc status codes, see https://github.com/grpc/grpc-java/blob/master/core/src/main/java/io/grpc/Status.java
| Modifier and Type | Interface and Description |
|---|---|
static class |
StatusCode.Code |
| Modifier and Type | Method and Description |
|---|---|
StatusCode.Code |
getCode()
Return the code enum value.
|
Object |
getTransportCode()
Return the transport-specific status code value.
|
StatusCode.Code getCode()
Object getTransportCode()