| Package | Description |
|---|---|
| com.antgroup.tugraph | |
| lgraph |
| Modifier and Type | Field and Description |
|---|---|
Lgraph.LGraphResponse.ErrorCode |
TuGraphDbRpcException.errorCode |
| Modifier and Type | Method and Description |
|---|---|
Lgraph.LGraphResponse.ErrorCode |
TuGraphDbRpcException.GetErrorCode() |
| Constructor and Description |
|---|
TuGraphDbRpcException(Lgraph.LGraphResponse.ErrorCode errorCode,
String error,
String errorMethod) |
| Modifier and Type | Method and Description |
|---|---|
static Lgraph.LGraphResponse.ErrorCode |
Lgraph.LGraphResponse.ErrorCode.forNumber(int value) |
Lgraph.LGraphResponse.ErrorCode |
Lgraph.LGraphResponseOrBuilder.getErrorCode()
required .lgraph.LGraphResponse.ErrorCode error_code = 1; |
Lgraph.LGraphResponse.ErrorCode |
Lgraph.LGraphResponse.getErrorCode()
required .lgraph.LGraphResponse.ErrorCode error_code = 1; |
Lgraph.LGraphResponse.ErrorCode |
Lgraph.LGraphResponse.Builder.getErrorCode()
required .lgraph.LGraphResponse.ErrorCode error_code = 1; |
static Lgraph.LGraphResponse.ErrorCode |
Lgraph.LGraphResponse.ErrorCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Lgraph.LGraphResponse.ErrorCode |
Lgraph.LGraphResponse.ErrorCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Lgraph.LGraphResponse.ErrorCode |
Lgraph.LGraphResponse.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lgraph.LGraphResponse.ErrorCode[] |
Lgraph.LGraphResponse.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Lgraph.LGraphResponse.ErrorCode> |
Lgraph.LGraphResponse.ErrorCode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Lgraph.LGraphResponse.Builder |
Lgraph.LGraphResponse.Builder.setErrorCode(Lgraph.LGraphResponse.ErrorCode value)
required .lgraph.LGraphResponse.ErrorCode error_code = 1; |
Copyright © 2023 Ant Group. All rights reserved.