KafkaError.prototype.toString = function () {
    return this.name + ': ' + this.code + ': ' + this.message;
};