Uses of Class
io.milvus.grpc.ErrorCode
-
Packages that use ErrorCode Package Description io.milvus.exception io.milvus.grpc io.milvus.param -
-
Uses of ErrorCode in io.milvus.exception
Fields in io.milvus.exception declared as ErrorCode Modifier and Type Field Description protected ErrorCodeServerException. compatibleCodeMethods in io.milvus.exception that return ErrorCode Modifier and Type Method Description ErrorCodeServerException. getCompatibleCode()Constructors in io.milvus.exception with parameters of type ErrorCode Constructor Description ServerException(String msg, Integer code, ErrorCode compatibleCode) -
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)Deprecated.ErrorCodeStatus.Builder. getErrorCode()Deprecated.milvus.proto.common.Status.error_code is deprecated.ErrorCodeStatus. getErrorCode()Deprecated.milvus.proto.common.Status.error_code is deprecated.ErrorCodeStatusOrBuilder. 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 ErrorCodeErrorCode. valueOf(String name)Deprecated.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 ErrorCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ErrorCode>ErrorCode. internalGetValueMap()Deprecated.Methods in io.milvus.grpc with parameters of type ErrorCode Modifier and Type Method Description Status.BuilderStatus.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 Modifier and Type Method Description static <T> R<T>R. failed(ErrorCode errorCode, String msg)Wraps an error code and error message for failure.
-