List all error code for properties configuration. More...
Data Fields | |
const | PROP0100 = 'missing property name' |
const | PROP0101 = 'syntax error for property name "%s"' |
const | PROP0102 = 'cannot verify validity of property %s. Module %s must be installed.' |
const | PROP0200 = 'missing parameters values' |
const | PROP0201 = 'malformed parameter value "%s"' |
const | PROP0202 = 'unknown class name for parameter "%s"' |
List all error code for properties configuration.
Errors code used to checking family's properties' parameters
Definition at line 12 of file ErrorCodePROP.php.
const PROP0100 = 'missing property name' |
Definition at line 18 of file ErrorCodePROP.php.
const PROP0101 = 'syntax error for property name "%s"' |
Definition at line 23 of file ErrorCodePROP.php.
const PROP0102 = 'cannot verify validity of property %s. Module %s must be installed.' |
Definition at line 28 of file ErrorCodePROP.php.
const PROP0200 = 'missing parameters values' |
Definition at line 33 of file ErrorCodePROP.php.
const PROP0201 = 'malformed parameter value "%s"' |
Definition at line 38 of file ErrorCodePROP.php.
const PROP0202 = 'unknown class name for parameter "%s"' |
Definition at line 44 of file ErrorCodePROP.php.