SELECT error, count(error) as count FROM snapshots GROUP BY error ORDER BY count DESC LIMIT 20;