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

List all error code for global update attribute. More...

+ Collaboration diagram for ErrorCodeUPAT:

Data Fields

const UPAT0001 = 'Attribute syntax error "%s". Update is aborted'
 
const UPAT0002 = 'Document List Search must be declared with return Object'
 
const UPAT0003 = 'Status file "%s" not exist'
 
const UPAT0004 = 'cannot use UpdateAttribute : attribute "%s" not found for "%s" family'
 
const UPAT0005 = 'cannot use UpdateAttribute : family "%s" not found'
 
const UPAT0006 = 'cannot use UpdateAttribute : no family filter'
 
const UPAT0007 = 'cannot use addValue : the attribute "%s" (%s) must be declared as multiple'
 
const UPAT0008 = 'cannot add an array in addValue when attribute is not in an array : the attribute "%s"(%s) must not have multiple=yes option'
 
const UPAT0009 = 'cannot use removeValue : the attribute "%s" (%s) must be declared as multiple'
 

Detailed Description

List all error code for global update attribute.

Error codes used to update set od documents

See Also
ErrorCode
UpdateAttribute

Definition at line 14 of file ErrorCodeUPAT.php.

Field Documentation

const UPAT0001 = 'Attribute syntax error "%s". Update is aborted'
Error code:
attribut syntax not correct the attribute argument is not a valid attribute reference

Definition at line 21 of file ErrorCodeUPAT.php.

const UPAT0002 = 'Document List Search must be declared with return Object'
Error code:
the search use to create document list must use SearchDoc::setObjectReturn(true)

Definition at line 26 of file ErrorCodeUPAT.php.

const UPAT0003 = 'Status file "%s" not exist'
Error code:
cannot access to status file
See Also
UpdateAttributeStatus

Definition at line 32 of file ErrorCodeUPAT.php.

const UPAT0004 = 'cannot use UpdateAttribute : attribute "%s" not found for "%s" family'
Error code:
the attribute parameter set is not correct reference
See Also
UpdateAttribute

Definition at line 38 of file ErrorCodeUPAT.php.

const UPAT0005 = 'cannot use UpdateAttribute : family "%s" not found'
Error code:
the document list must refer to a search which use correct family filter
See Also
UpdateAttribute

Definition at line 44 of file ErrorCodeUPAT.php.

const UPAT0006 = 'cannot use UpdateAttribute : no family filter'
Error code:
the document list must refer to a search which use family filter
See Also
UpdateAttribute

Definition at line 50 of file ErrorCodeUPAT.php.

const UPAT0007 = 'cannot use addValue : the attribute "%s" (%s) must be declared as multiple'
Error code:
can use addValue only for multiple attribute
See Also
UpdateAttribute::addValue

Definition at line 56 of file ErrorCodeUPAT.php.

const UPAT0008 = 'cannot add an array in addValue when attribute is not in an array : the attribute "%s"(%s) must not have multiple=yes option'
Error code:
can use array argument for addValue only for multiple attribute which are in array and must not have multiple=yes option
See Also
UpdateAttribute::addValue

Definition at line 62 of file ErrorCodeUPAT.php.

const UPAT0009 = 'cannot use removeValue : the attribute "%s" (%s) must be declared as multiple'
Error code:
can use removeValue only with multiple attribute
See Also
UpdateAttribute::removeValue

Definition at line 68 of file ErrorCodeUPAT.php.


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