List all error code for global update attribute. More...
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' |
List all error code for global update attribute.
Error codes used to update set od documents
Definition at line 14 of file ErrorCodeUPAT.php.
const UPAT0001 = 'Attribute syntax error "%s". Update is aborted' |
Definition at line 21 of file ErrorCodeUPAT.php.
const UPAT0002 = 'Document List Search must be declared with return Object' |
Definition at line 26 of file ErrorCodeUPAT.php.
const UPAT0003 = 'Status file "%s" not exist' |
Definition at line 32 of file ErrorCodeUPAT.php.
const UPAT0004 = 'cannot use UpdateAttribute : attribute "%s" not found for "%s" family' |
Definition at line 38 of file ErrorCodeUPAT.php.
const UPAT0005 = 'cannot use UpdateAttribute : family "%s" not found' |
Definition at line 44 of file ErrorCodeUPAT.php.
const UPAT0006 = 'cannot use UpdateAttribute : no family filter' |
Definition at line 50 of file ErrorCodeUPAT.php.
const UPAT0007 = 'cannot use addValue : the attribute "%s" (%s) must be declared as multiple' |
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' |
Definition at line 62 of file ErrorCodeUPAT.php.
const UPAT0009 = 'cannot use removeValue : the attribute "%s" (%s) must be declared as multiple' |
Definition at line 68 of file ErrorCodeUPAT.php.