mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for rocksmq client (#13443)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/13437/merge
parent
cf5d07dc66
commit
c6e1165bd1
|
@ -34,6 +34,7 @@ func (e *Error) Result() Result {
|
||||||
return e.result
|
return e.result
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Error returns the error message
|
||||||
func (e *Error) Error() string {
|
func (e *Error) Error() string {
|
||||||
return e.msg
|
return e.msg
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue