This is the same, under the hood:
```
public boolean hasError() {
return this.error != Errors.NONE;
}
```So I think you can keep this? [ Full content available at: https://github.com/apache/kafka/pull/5578 ] This message was relayed via gitbox.apache.org for [email protected]
