| Package | Description |
|---|---|
| org.apache.dubbo.rpc |
| Modifier and Type | Field and Description |
|---|---|
TriRpcStatus.Code |
TriRpcStatus.code |
| Modifier and Type | Method and Description |
|---|---|
static TriRpcStatus.Code |
TriRpcStatus.dubboCodeToTriCode(int rpcExceptionCode) |
static TriRpcStatus.Code |
TriRpcStatus.Code.fromCode(int code) |
static TriRpcStatus.Code |
TriRpcStatus.httpStatusToGrpcCode(int httpStatusCode) |
static TriRpcStatus.Code |
TriRpcStatus.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriRpcStatus.Code[] |
TriRpcStatus.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TriRpcStatus |
TriRpcStatus.fromCode(TriRpcStatus.Code code) |
static int |
TriRpcStatus.triCodeToDubboCode(TriRpcStatus.Code triCode) |
| Constructor and Description |
|---|
TriRpcStatus(TriRpcStatus.Code code,
Throwable cause,
String description) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.