Uses of Class
io.milvus.param.R.Status
-
Packages that use R.Status Package Description io.milvus.param -
-
Uses of R.Status in io.milvus.param
Methods in io.milvus.param that return R.Status Modifier and Type Method Description static R.StatusR.Status. valueOf(int val)Returns the enum constant of this type with the specified name.static R.StatusR.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static R.Status[]R.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.milvus.param with parameters of type R.Status Modifier and Type Method Description static <T> R<T>R. failed(R.Status statusCode, String msg)Wraps a status code and error message for failure.
-