region(REGIONS.KOREA) .query({ season: 9, queue: [420, 440], }) .callback(function(err, matchlist) { console.log(matchlist.matches.length) })Request ErrorsErrors as of v0.8.7 return the following error object:{ statusCode: 42, // some random number url: '', // the debug URL ...