1.2k questions
1.4k answers
361 comments
339 users
var searchText = 'error=Server Busy'; var results = errorManager.searchErrors(searchText); qie.debug('searchErrors returned ' + results.size() + ' messageQueueIds.'); qie.debug('The messageQueueIds returned: ' + results);
How to automate resolving errors?
How to use errorManager.searchErrors() to return all errors?
How to use errorManager.searchErrors() to return errors that contain the given text?
How to return errors older than X or use a custom date range with errorManager.searchErrors()?