Uses of Class
io.milvus.v2.exception.ErrorCode
-
Packages that use ErrorCode Package Description io.milvus.v2.exception -
-
Uses of ErrorCode in io.milvus.v2.exception
Methods in io.milvus.v2.exception that return ErrorCode Modifier and Type Method Description 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.Constructors in io.milvus.v2.exception with parameters of type ErrorCode Constructor Description MilvusClientException(ErrorCode errorCode, String message)
-