Name

global.AutomationException

Description

A runtime exception that is thrown in the course of a Discovery or Runbook operation.

Script

/**
* A runtime exception that is thrown in the course of a Discovery or Runbook operation.
* @author Roy Laurie <roy.laurie@service-now.com> RAL
*/
var AutomationException = Class.create();
AutomationException.prototype = Object.extend(new GenericException, {
type: 'AutomationException'
});

Sys ID

6897aba537a20000dada8c00dfbe5d95

Offical Documentation

Official Docs: