Uses of Class
lgraph.Lgraph.LGraphResponse.ErrorCode
-
Packages that use Lgraph.LGraphResponse.ErrorCode Package Description com.antgroup.tugraph lgraph -
-
Uses of Lgraph.LGraphResponse.ErrorCode in com.antgroup.tugraph
Fields in com.antgroup.tugraph declared as Lgraph.LGraphResponse.ErrorCode Modifier and Type Field Description Lgraph.LGraphResponse.ErrorCodeTuGraphRpcException. errorCodeMethods in com.antgroup.tugraph that return Lgraph.LGraphResponse.ErrorCode Modifier and Type Method Description Lgraph.LGraphResponse.ErrorCodeTuGraphRpcException. GetErrorCode()Constructors in com.antgroup.tugraph with parameters of type Lgraph.LGraphResponse.ErrorCode Constructor Description TuGraphRpcException(Lgraph.LGraphResponse.ErrorCode errorCode, String error, String errorMethod) -
Uses of Lgraph.LGraphResponse.ErrorCode in lgraph
Methods in lgraph that return Lgraph.LGraphResponse.ErrorCode Modifier and Type Method Description static Lgraph.LGraphResponse.ErrorCodeLgraph.LGraphResponse.ErrorCode. forNumber(int value)Lgraph.LGraphResponse.ErrorCodeLgraph.LGraphResponse.Builder. getErrorCode()required .lgraph.LGraphResponse.ErrorCode error_code = 1;Lgraph.LGraphResponse.ErrorCodeLgraph.LGraphResponse. getErrorCode()required .lgraph.LGraphResponse.ErrorCode error_code = 1;Lgraph.LGraphResponse.ErrorCodeLgraph.LGraphResponseOrBuilder. getErrorCode()required .lgraph.LGraphResponse.ErrorCode error_code = 1;static Lgraph.LGraphResponse.ErrorCodeLgraph.LGraphResponse.ErrorCode. valueOf(int value)Deprecated.static Lgraph.LGraphResponse.ErrorCodeLgraph.LGraphResponse.ErrorCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Lgraph.LGraphResponse.ErrorCodeLgraph.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.Methods in lgraph that return types with arguments of type Lgraph.LGraphResponse.ErrorCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Lgraph.LGraphResponse.ErrorCode>Lgraph.LGraphResponse.ErrorCode. internalGetValueMap()Methods in lgraph with parameters of type Lgraph.LGraphResponse.ErrorCode Modifier and Type Method Description Lgraph.LGraphResponse.BuilderLgraph.LGraphResponse.Builder. setErrorCode(Lgraph.LGraphResponse.ErrorCode value)required .lgraph.LGraphResponse.ErrorCode error_code = 1;
-