Qorus Integration Engine® Enterprise Edition 7.0.6_prod
Loading...
Searching...
No Matches
Error Level Type Constants

Variables

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

Detailed Description

Variable Documentation

◆ ErrLevelAuto

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 oload this is the default if no explicit error level is given in the error definition

◆ ErrLevelGlobal

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

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