Name
global.DiscoveryException
Description
A runtime automation exception that is thrown in the course of a Discovery.
Script
/**
* A runtime automation exception that is thrown in the course of a Discovery.
* @author Roy Laurie <roy.laurie@service-now.com> RAL
*/
var DiscoveryException = Class.create();
DiscoveryException.prototype = Object.extend(new AutomationException, {
type: 'DiscoveryException'
});
Sys ID
513d485437102000627d8c00dfbe5dbe