Name

global.sc_Exception

Description

GenericException wrapper for the Service Catalog

Script

var sc_Exception = Class.create();
sc_Exception.prototype = Object.extendsObject(GenericException, {
  
  type: 'sc_Exception'
});

Sys ID

7241c821d7330100f2d224837e6103e6

Offical Documentation

Official Docs: