List all error code for METHOD. More...
Data Fields | |
const | INIT0001 = 'initial parameter value "%s" syntax error in "%s" family' |
const | INIT0002 = 'initial parameter value reference is empty in "%s" family' |
const | INIT0003 = 'the initial parameter value "%s" reference method "%s" in "%s" family : %s' |
const | INIT0004 = 'method error parameter "%s" in family "%s" : %s' |
const | INIT0005 = 'the parameter value reference "%s" is not found in "%s" family' |
const | INIT0006 = 'the parameter value reference "%s" is not a parameter but an attribut in "%s" family' |
List all error code for METHOD.
Errors code used to checking METHOD keyword
Definition at line 12 of file ErrorCodeINIT.php.
const INIT0001 = 'initial parameter value "%s" syntax error in "%s" family' |
Definition at line 17 of file ErrorCodeINIT.php.
const INIT0002 = 'initial parameter value reference is empty in "%s" family' |
Definition at line 21 of file ErrorCodeINIT.php.
const INIT0003 = 'the initial parameter value "%s" reference method "%s" in "%s" family : %s' |
Definition at line 25 of file ErrorCodeINIT.php.
const INIT0004 = 'method error parameter "%s" in family "%s" : %s' |
Definition at line 32 of file ErrorCodeINIT.php.
const INIT0005 = 'the parameter value reference "%s" is not found in "%s" family' |
Definition at line 36 of file ErrorCodeINIT.php.
const INIT0006 = 'the parameter value reference "%s" is not a parameter but an attribut in "%s" family' |
Definition at line 40 of file ErrorCodeINIT.php.