get_events


Description:

public unowned List<ConnectionEvent> get_events ()

Retrieves a list of the last errors occurred during the connection.

The returned list is chronologically ordered such as that the most recent event is the ConnectionEvent of the first node.

Warning: the this object may change the list if connection events occur

Parameters:

this

a Connection.

Returns:

a List of ConnectionEvent objects (the list should not be modified)