You are given partner-reported error records and partner metadata. Write a PostgreSQL query that shows the monthly trend of reported errors for each partner, including the partner name, the month, the total number of errors, and the number of critical errors. Only include partners with at least 2 reported errors in a month, and sort the output by month ascending, then total errors descending.