``` for item in getPlugin("notifications").messages: if item['type'] == 'error': print(item)