1.2k questions
1.4k answers
361 comments
339 users
To do a contains search use the "error=" predicate.
var searchText = 'error=The server is currently 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 be notified and prevent automatic error resolution from getting out of hand?
How to use errorManager.searchErrors() to return all errors?
How to return errors older than X or use a custom date range with errorManager.searchErrors()?
How restrict the result returned by errorManager.searchErrors()?