List all error code for workflows class definition. More...
Data Fields | |
const | WFL0200 = 'workflow transition is not an array for class %s' |
const | WFL0201 = 'workflow transition unknow property %s for transition #%d in class %s (must be one of %s)' |
const | WFL0202 = 'workflow transition #%d property \'t\' is mandatory in class %s' |
const | WFL0203 = "workflow transition element at index %d must be an array in class %s (found %s instead)" |
const | WFL0100 = 'workflow transition model is not an array for class %s' |
const | WFL0101 = 'workflow transition unknow property %s for transition model %s in class %s (must be one of %s)' |
const | WFL0102 = 'workflow %s number of transition model and states (found %d) exceed limit (max is %s)' |
const | WFL0103 = 'workflow transition ask is not an array for transition model %s in class %s' |
const | WFL0104 = 'unknow attribute %s in workflow transition ask in class %s' |
const | WFL0105 = 'workflow unknow m1 method %s for transition model %s in class %s' |
const | WFL0106 = 'workflow unknow m2 method %s for transition model %s in class %s' |
const | WFL0107 = 'workflow transition nr property is not a boolean for transition model %s in class %s' |
const | WFL0108 = 'workflow unknow m0 method %s for transition model %s in class %s' |
const | WFL0109 = 'workflow unknow m3 method %s for transition model %s in class %s' |
const | WFL0110 = "transition element with key '%s' (index %d) must be an array in class %s (found %s instead)" |
const | WFL0050 = 'workflow transition or state key %s syntax error for %s (limit to %d alpha characters)' |
const | WFL0001 = 'workflow class name is empty' |
const | WFL0002 = 'class name %s not valid' |
const | WFL0003 = 'PHP parsing %s' |
const | WFL0004 = 'workflow class %s not found' |
const | WFL0005 = 'file name "%s" for %s not found' |
const | WFL0006 = 'workflow class %s not inherit from WDoc class' |
const | WFL0007 = 'workflow : missing attrPrefix definition for %s class' |
const | WFL0008 = 'workflow : syntax error attrPrefix for %s class (limit to 15 alpha characters)' |
const | WFL0051 = 'workflow activies labels is not an array for class %s' |
const | WFL0052 = 'unknow state %s for the activity %s for class %s' |
List all error code for workflows class definition.
Errors code used to checking workflows
Definition at line 12 of file ErrorCodeWFL.php.
const WFL0001 = 'workflow class name is empty' |
Definition at line 121 of file ErrorCodeWFL.php.
const WFL0002 = 'class name %s not valid' |
Definition at line 126 of file ErrorCodeWFL.php.
const WFL0003 = 'PHP parsing %s' |
Definition at line 131 of file ErrorCodeWFL.php.
const WFL0004 = 'workflow class %s not found' |
Definition at line 136 of file ErrorCodeWFL.php.
const WFL0005 = 'file name "%s" for %s not found' |
Definition at line 141 of file ErrorCodeWFL.php.
const WFL0006 = 'workflow class %s not inherit from WDoc class' |
Definition at line 146 of file ErrorCodeWFL.php.
const WFL0007 = 'workflow : missing attrPrefix definition for %s class' |
Definition at line 151 of file ErrorCodeWFL.php.
const WFL0008 = 'workflow : syntax error attrPrefix for %s class (limit to 15 alpha characters)' |
Definition at line 156 of file ErrorCodeWFL.php.
const WFL0050 = 'workflow transition or state key %s syntax error for %s (limit to %d alpha characters)' |
Definition at line 116 of file ErrorCodeWFL.php.
const WFL0051 = 'workflow activies labels is not an array for class %s' |
Definition at line 161 of file ErrorCodeWFL.php.
const WFL0052 = 'unknow state %s for the activity %s for class %s' |
Definition at line 166 of file ErrorCodeWFL.php.
const WFL0100 = 'workflow transition model is not an array for class %s' |
Definition at line 49 of file ErrorCodeWFL.php.
const WFL0101 = 'workflow transition unknow property %s for transition model %s in class %s (must be one of %s)' |
Definition at line 54 of file ErrorCodeWFL.php.
const WFL0102 = 'workflow %s number of transition model and states (found %d) exceed limit (max is %s)' |
Definition at line 62 of file ErrorCodeWFL.php.
const WFL0103 = 'workflow transition ask is not an array for transition model %s in class %s' |
Definition at line 76 of file ErrorCodeWFL.php.
const WFL0104 = 'unknow attribute %s in workflow transition ask in class %s' |
Definition at line 81 of file ErrorCodeWFL.php.
const WFL0105 = 'workflow unknow m1 method %s for transition model %s in class %s' |
Definition at line 86 of file ErrorCodeWFL.php.
const WFL0106 = 'workflow unknow m2 method %s for transition model %s in class %s' |
Definition at line 91 of file ErrorCodeWFL.php.
const WFL0107 = 'workflow transition nr property is not a boolean for transition model %s in class %s' |
Definition at line 96 of file ErrorCodeWFL.php.
const WFL0108 = 'workflow unknow m0 method %s for transition model %s in class %s' |
Definition at line 101 of file ErrorCodeWFL.php.
const WFL0109 = 'workflow unknow m3 method %s for transition model %s in class %s' |
Definition at line 106 of file ErrorCodeWFL.php.
const WFL0110 = "transition element with key '%s' (index %d) must be an array in class %s (found %s instead)" |
Definition at line 111 of file ErrorCodeWFL.php.
const WFL0200 = 'workflow transition is not an array for class %s' |
Definition at line 18 of file ErrorCodeWFL.php.
const WFL0201 = 'workflow transition unknow property %s for transition #%d in class %s (must be one of %s)' |
Definition at line 23 of file ErrorCodeWFL.php.
const WFL0202 = 'workflow transition #%d property \'t\' is mandatory in class %s' |
Definition at line 28 of file ErrorCodeWFL.php.
const WFL0203 = "workflow transition element at index %d must be an array in class %s (found %s instead)" |
Definition at line 33 of file ErrorCodeWFL.php.