Uses of Class
io.milvus.grpc.ErrorCode
-
Packages that use ErrorCode Package Description io.milvus.grpc io.milvus.param -
-
Uses of ErrorCode in io.milvus.grpc
Methods in io.milvus.grpc that return ErrorCode Modifier and Type Method Description static ErrorCodeErrorCode. forNumber(int value)ErrorCodeStatus.Builder. getErrorCode().milvus.proto.common.ErrorCode error_code = 1;ErrorCodeStatus. getErrorCode().milvus.proto.common.ErrorCode error_code = 1;ErrorCodeStatusOrBuilder. getErrorCode().milvus.proto.common.ErrorCode error_code = 1;static ErrorCodeErrorCode. valueOf(int value)Deprecated.static ErrorCodeErrorCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ErrorCodeErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.milvus.grpc that return types with arguments of type ErrorCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ErrorCode>ErrorCode. internalGetValueMap()Methods in io.milvus.grpc with parameters of type ErrorCode Modifier and Type Method Description Status.BuilderStatus.Builder. setErrorCode(ErrorCode value).milvus.proto.common.ErrorCode error_code = 1; -
Uses of ErrorCode in io.milvus.param
Methods in io.milvus.param with parameters of type ErrorCode Modifier and Type Method Description static <T> R<T>R. failed(ErrorCode errorCode, String msg)Wraps an error code and error message for failure.
-