# File lib/handler/endpoint_state_handler.rb, line 145
    def on_connection_error(event)
      if !@delegate.nil?
        Qpid::Proton::Event.dispatch(@delegate, :on_connection_error, event)
      else
        self.log_error(event.connection, "connection")
      end
    end