Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodePROP Class Reference

List all error code for properties configuration. More...

+ Collaboration diagram for ErrorCodePROP:

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"'
 

Detailed Description

List all error code for properties configuration.

Errors code used to checking family's properties' parameters

See Also
ErrorCode

Definition at line 12 of file ErrorCodePROP.php.

Field Documentation

const PROP0100 = 'missing property name'
Error code:
The property's name is missing

Definition at line 18 of file ErrorCodePROP.php.

const PROP0101 = 'syntax error for property name "%s"'
Error code:
The property's name is malformed (it should conform to the attribute's name syntax)

Definition at line 23 of file ErrorCodePROP.php.

const PROP0102 = 'cannot verify validity of property %s. Module %s must be installed.'
Error code:
The property's value can't be verified beacause the module's associated with it is not installed.

Definition at line 28 of file ErrorCodePROP.php.

const PROP0200 = 'missing parameters values'
Error code:
The property's parameter's value is missing

Definition at line 33 of file ErrorCodePROP.php.

const PROP0201 = 'malformed parameter value "%s"'
Error code:
The property's parameter's value is malformed (it should conform to the syntax "<pName>=<pValue>")

Definition at line 38 of file ErrorCodePROP.php.

const PROP0202 = 'unknown class name for parameter "%s"'
Error code:
The property's parameter's pName has no valid class name. This will occurs when setting an unknown/unsupported parameter's value.

Definition at line 44 of file ErrorCodePROP.php.


The documentation for this class was generated from the following file:
← centre documentaire © anakeen