Uses of Enum
io.milvus.v2.exception.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in io.milvus.v2.exception
Methods in io.milvus.v2.exception that return ErrorCodeModifier and TypeMethodDescriptionstatic ErrorCodeReturns 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 ErrorCodeModifierConstructorDescriptionMilvusClientException(ErrorCode errorCode, String message) MilvusClientException(ErrorCode errorCode, String message, int serverErrCode, int legacyServerCode)