Qorus Integration Engine®  4.0.3.p2_git
Error Level Type Constants

Variables

public const OMQ::ErrLevelAuto = "AUTO"
 auto level: global if no global error exists, workflow if a global exists and differs from the current definition More...
 
public const OMQ::ErrLevelGlobal = "GLOBAL"
 global level: the error will be created at the global level More...
 
public const OMQ::ErrLevelWorkflow = "WORKFLOW"
 workflow level: the error will always be created at the workflow level More...
 
const OMQ::ErrLevelTypes
 oload error definition level type hash
 

Detailed Description

Variable Documentation

◆ ErrLevelAuto

public const OMQ::ErrLevelAuto = "AUTO"

auto level: global if no global error exists, workflow if a global exists and differs from the current definition

Error level definition constants for error definitionas processed by oloadthis is the default if no explicit error level is given in the error definition

◆ ErrLevelGlobal

public const OMQ::ErrLevelGlobal = "GLOBAL"

global level: the error will be created at the global level

if a global level error of the same name already exists and differs from the given definition, the error will only be updated if not manually updated in the database

◆ ErrLevelWorkflow

public const OMQ::ErrLevelWorkflow = "WORKFLOW"

workflow level: the error will always be created at the workflow level

if a workflow level error of the same name already exists and differs from the given definition, the error will only be updated if not manually updated in the database