[skip ci]Add comment for rocksmq client (#13443)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
yukun 2021-12-15 18:31:10 +08:00 committed by GitHub
parent cf5d07dc66
commit c6e1165bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ func (e *Error) Result() Result {
return e.result
}
// Error returns the error message
func (e *Error) Error() string {
return e.msg
}