Uses of Enum
io.milvus.grpc.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in io.milvus.exception
Fields in io.milvus.exception declared as ErrorCodeMethods in io.milvus.exception that return ErrorCodeConstructors in io.milvus.exception with parameters of type ErrorCodeModifierConstructorDescriptionServerException(String msg, Integer code, ErrorCode compatibleCode) -
Uses of ErrorCode in io.milvus.grpc
Methods in io.milvus.grpc that return ErrorCodeModifier and TypeMethodDescriptionstatic ErrorCodeErrorCode.forNumber(int value) Deprecated.Status.Builder.getErrorCode()Deprecated.milvus.proto.common.Status.error_code is deprecated.Status.getErrorCode()Deprecated.milvus.proto.common.Status.error_code is deprecated.StatusOrBuilder.getErrorCode()Deprecated.milvus.proto.common.Status.error_code is deprecated.static ErrorCodeErrorCode.valueOf(int value) Deprecated.static ErrorCodeErrorCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Deprecated.Returns the enum constant of this type with the specified name.static ErrorCodeDeprecated.Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode.values()Deprecated.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 ErrorCodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ErrorCode> ErrorCode.internalGetValueMap()Deprecated.Methods in io.milvus.grpc with parameters of type ErrorCodeModifier and TypeMethodDescriptionStatus.Builder.setErrorCode(ErrorCode value) Deprecated.milvus.proto.common.Status.error_code is deprecated. -
Uses of ErrorCode in io.milvus.param
Methods in io.milvus.param with parameters of type ErrorCode