List all error code for METHOD. More...
Data Fields | |
const | DFLT0001 = 'default attribute "%s" syntax error in "%s" family' |
const | DFLT0002 = 'default attribute reference is empty in "%s" family' |
const | DFLT0003 = 'the default "%s" reference method "%s" in "%s" family : %s' |
const | DFLT0004 = 'method error attribute "%s" in family "%s" : %s' |
const | DFLT0005 = 'the default attribute reference "%s" is not found in "%s" family' |
const | DFLT0006 = 'the default array attribute reference "%s" is not json encoded "%s" for "%s" family' |
const | DFLT0007 = 'the default array attribute reference "%s" is not json encoded or method no return a valid array "%s" for "%s" family' |
const | DFLT0008 = 'the default array attribute reference "%s" not return a valid array ( "%s" return "%s") for "%s" family' |
const | DFLT0009 = 'the default array attribute reference "%s" not return a valid array ( "%s" return "%s") for "%s" family : "%s"' |
List all error code for METHOD.
Errors code used to checking METHOD keyword
Definition at line 12 of file ErrorCodeDFLT.php.
const DFLT0001 = 'default attribute "%s" syntax error in "%s" family' |
Definition at line 17 of file ErrorCodeDFLT.php.
const DFLT0002 = 'default attribute reference is empty in "%s" family' |
Definition at line 21 of file ErrorCodeDFLT.php.
const DFLT0003 = 'the default "%s" reference method "%s" in "%s" family : %s' |
Definition at line 25 of file ErrorCodeDFLT.php.
const DFLT0004 = 'method error attribute "%s" in family "%s" : %s' |
Definition at line 32 of file ErrorCodeDFLT.php.
const DFLT0005 = 'the default attribute reference "%s" is not found in "%s" family' |
Definition at line 36 of file ErrorCodeDFLT.php.
const DFLT0006 = 'the default array attribute reference "%s" is not json encoded "%s" for "%s" family' |
Definition at line 40 of file ErrorCodeDFLT.php.
const DFLT0007 = 'the default array attribute reference "%s" is not json encoded or method no return a valid array "%s" for "%s" family' |
Definition at line 44 of file ErrorCodeDFLT.php.
const DFLT0008 = 'the default array attribute reference "%s" not return a valid array ( "%s" return "%s") for "%s" family' |
Definition at line 48 of file ErrorCodeDFLT.php.
const DFLT0009 = 'the default array attribute reference "%s" not return a valid array ( "%s" return "%s") for "%s" family : "%s"' |
Definition at line 52 of file ErrorCodeDFLT.php.