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

List all error code for DOC. More...

+ Collaboration diagram for ErrorCodeDOC:

Data Fields

const DOC0002 = 'family reference is empty for document "%s"'
 
const DOC0003 = 'syntax error family reference "%s" for document "%s"'
 
const DOC0004 = 'syntax error document reference "%s" '
 
const DOC0005 = 'family reference "%s" not exists for document "%s"'
 
const DOC0006 = 'family reference "%s" is not a family "%s"'
 
const DOC0007 = 'insufficient privileges to import document "%s" of "%s" family '
 
const DOC0008 = 'the document "%s" cannot be converted from "%s" to "%s" family '
 
const DOC0009 = 'the document "%s" (family "%s") is fixed'
 
const DOC0010 = 'family error detected "%s" for the document "%s" : %s'
 
const DOC0100 = 'setValue error "%s" for attribute "%s"'
 
const DOC0101 = 'vault error "%s" to import file "%s" for attribute "%s" in "%s" document'
 
const DOC0102 = 'vault error "%s" to import file "%s" for attribute "%s" in "%s" document'
 
const DOC0103 = 'set value error "%s" to import file "%s" for attribute "%s" in "%s" document'
 
const DOC0104 = 'preImport error in "%s" system document : %s'
 
const DOC0105 = 'preImport error in "%s" document when create it: %s'
 
const DOC0106 = 'preImport error in "%s" document when create it: %s'
 
const DOC0107 = 'creation error in "%s" document : %s'
 
const DOC0108 = 'creation error in "%s" document : %s'
 
const DOC0109 = 'preImport error in "%s" document when update it: %s'
 
const DOC0110 = 'similar document "%s" document when update it'
 
const DOC0111 = 'preImport error in "%s" document when update it: %s'
 
const DOC0112 = 'update error in "%s" document : %s'
 
const DOC0113 = 'transfertvalues error in document "%s" update: %s'
 
const DOC0114 = 'attribute "%s" not exists in document "%s" (family "%s") : cannot get its value'
 
const DOC0115 = 'attribute "%s" not exists in document "%s" (family "%s") : cannot set any value'
 
const DOC0116 = 'attribute "%s" is a structured attribute in document "%s" (family "%s") : it cannot has any values'
 
const DOC0117 = 'attribute "%s" is a structured attribute in document "%s" (family "%s") : it cannot set values'
 
const DOC0118 = 'cannot update fixed document "%s" (#%d)'
 
const DOC0119 = 'the document "%s" (#%d) became fixed because another revision more recent has been created'
 
const DOC0120 = 'cannot set family parameter "%s". It is not a parameter for "%s" ("%s") family'
 
const DOC0121 = 'cannot add application tag "%s" (document #%d). Application tag must not contain \n character'
 
const DOC0122 = 'cannot add application tag (document #%d). Application tag must not be empty'
 
const DOC0123 = 'cannot set default value for "%s". It is not an attribute for "%s" ("%s") family'
 
const DOC0124 = 'changeframe requested but current frame is empty (current attribute is "%s")'
 
const DOC0125 = 'changeframe requested but current frame "%s" does not exists (current attribute is "%s")'
 
const DOC0126 = 'getCustomSearchValues must return an array of string (found "%s")'
 
const DOC0127 = 'Document with identifier %s not found for attribute %s'
 
const DOC0128 = 'Document with identifier "%s" from attribute "%s" has no property "us_whatid"'
 
const DOC0129 = 'Document with identifier "%s" from attribute "%s" has an empty property "us_whatid"'
 
const DOC0130 = 'Attribute "%s" not found on document "%s" from family "%s"'
 
const DOC0200 = 'cannot insert "%s" document in "%s" folder : %s'
 
const DOC0201 = '"%s" folder not found. Cannot insert "%s" document'
 
const DOC0202 = '"%s" folder is not a folder (is is a "%s"). Cannot insert "%s" document'
 
const DOC0203 = "Cannot duplicate an invalid document"
 
const DOC1000 = '"%s" mask is not found , cannot apply it to "%s" document'
 
const DOC1001 = '"%s" document is not a mask (is is a "%s"), cannot apply it to "%s" document'
 
const DOC1002 = '"%s" mask cannot be apply to "%s" document. It is set for "%s" family'
 
const DOC1004 = '"%s" mask is not found , cannot apply it to "%s" document'
 
const DOC1100 = 'Method %s::%s() not contains @apiExpose tag comment. Document %s'
 
const DOC1101 = 'Method %s::%s() not contains @templateController tag comment. Document %s'
 

Detailed Description

List all error code for DOC.

Errors code used when import document

See Also
ErrorCode

Definition at line 12 of file ErrorCodeDOC.php.

Field Documentation

const DOC0002 = 'family reference is empty for document "%s"'
Error code:
when import document the family reference is required

Definition at line 18 of file ErrorCodeDOC.php.

const DOC0003 = 'syntax error family reference "%s" for document "%s"'
Error code:
the reference family must begin with a letter and must contains only alphanum characters

Definition at line 23 of file ErrorCodeDOC.php.

const DOC0004 = 'syntax error document reference "%s" '
Error code:
the document's reference must begin with a letter and must contains only alphanum characters

Definition at line 28 of file ErrorCodeDOC.php.

const DOC0005 = 'family reference "%s" not exists for document "%s"'
Error code:
the reference family must be exists

Definition at line 33 of file ErrorCodeDOC.php.

const DOC0006 = 'family reference "%s" is not a family "%s"'
Error code:
the reference family must be a family document

Definition at line 38 of file ErrorCodeDOC.php.

const DOC0007 = 'insufficient privileges to import document "%s" of "%s" family '
Error code:
must have create privilege to import thid kind of document

Definition at line 43 of file ErrorCodeDOC.php.

const DOC0008 = 'the document "%s" cannot be converted from "%s" to "%s" family '
Error code:
cannot change inherit family for a document

Definition at line 48 of file ErrorCodeDOC.php.

const DOC0009 = 'the document "%s" (family "%s") is fixed'
Error code:
cannot update fixed document, no alive revision is found

Definition at line 53 of file ErrorCodeDOC.php.

const DOC0010 = 'family error detected "%s" for the document "%s" : %s'
Error code:
the document cannot be imported because family is not completed

Definition at line 58 of file ErrorCodeDOC.php.

const DOC0100 = 'setValue error "%s" for attribute "%s"'
Error code:
error in setvalue when import document

Definition at line 63 of file ErrorCodeDOC.php.

const DOC0101 = 'vault error "%s" to import file "%s" for attribute "%s" in "%s" document'
Error code:
error when inserting file for file attributes
Note
when file is included in array attribute

Definition at line 69 of file ErrorCodeDOC.php.

const DOC0102 = 'vault error "%s" to import file "%s" for attribute "%s" in "%s" document'
Error code:
error when inserting file in vault for file attributes

Definition at line 74 of file ErrorCodeDOC.php.

const DOC0103 = 'set value error "%s" to import file "%s" for attribute "%s" in "%s" document'
Error code:
error in set value for file attributes

Definition at line 79 of file ErrorCodeDOC.php.

const DOC0104 = 'preImport error in "%s" system document : %s'
Error code:
preImport Method detect error (special) for physical id)

Definition at line 84 of file ErrorCodeDOC.php.

const DOC0105 = 'preImport error in "%s" document when create it: %s'
Error code:
preImport Method detect error when create it
Note
when policy import is add

Definition at line 90 of file ErrorCodeDOC.php.

const DOC0106 = 'preImport error in "%s" document when create it: %s'
Error code:
preImport Method detect error when create it
Note
when policy import is update

Definition at line 96 of file ErrorCodeDOC.php.

const DOC0107 = 'creation error in "%s" document : %s'
Error code:
detect error when create it
Note
when policy import is add

Definition at line 102 of file ErrorCodeDOC.php.

const DOC0108 = 'creation error in "%s" document : %s'
Error code:
detect error when create it
Note
when policy import is update

Definition at line 108 of file ErrorCodeDOC.php.

const DOC0109 = 'preImport error in "%s" document when update it: %s'
Error code:
preImport Method detect error when update it
Note
when policy import is update

Definition at line 114 of file ErrorCodeDOC.php.

const DOC0110 = 'similar document "%s" document when update it'
Error code:
too many similar document when try update by key ref generaly a document with same title has been found
Note
when policy import is update

Definition at line 121 of file ErrorCodeDOC.php.

const DOC0111 = 'preImport error in "%s" document when update it: %s'
Error code:
preImport Method detect error when update it
Note
when logical name is set

Definition at line 127 of file ErrorCodeDOC.php.

const DOC0112 = 'update error in "%s" document : %s'
Error code:
update doc error after postStore method
See Also
Doc::store

Definition at line 133 of file ErrorCodeDOC.php.

const DOC0113 = 'transfertvalues error in document "%s" update: %s'
Error code:
update doc error after transfert values from old doc
See Also
Doc::store

Definition at line 139 of file ErrorCodeDOC.php.

const DOC0114 = 'attribute "%s" not exists in document "%s" (family "%s") : cannot get its value'
Error code:
the attribute must exists to get its value
See Also
Doc::getAttributeValue

Definition at line 144 of file ErrorCodeDOC.php.

const DOC0115 = 'attribute "%s" not exists in document "%s" (family "%s") : cannot set any value'
Error code:
the attribute must exists to set its value
See Also
Doc::setAttributeValue

Definition at line 149 of file ErrorCodeDOC.php.

const DOC0116 = 'attribute "%s" is a structured attribute in document "%s" (family "%s") : it cannot has any values'
Error code:
a value cannot be associated to a structured attribute. It must not be an TAB or FRAME attribute type.
See Also
Doc::getAttributeValue

Definition at line 154 of file ErrorCodeDOC.php.

const DOC0117 = 'attribute "%s" is a structured attribute in document "%s" (family "%s") : it cannot set values'
Error code:
a value cannot be set to a structured attribute. It must not be an TAB or FRAME attribute type.
See Also
Doc::setAttributeValue

Definition at line 159 of file ErrorCodeDOC.php.

const DOC0118 = 'cannot update fixed document "%s" (#%d)'
Error code:
try to update a document revised
See Also
Doc::store

Definition at line 164 of file ErrorCodeDOC.php.

const DOC0119 = 'the document "%s" (#%d) became fixed because another revision more recent has been created'
Error code:
try to update a document revised
See Also
Doc::store

Definition at line 169 of file ErrorCodeDOC.php.

const DOC0120 = 'cannot set family parameter "%s". It is not a parameter for "%s" ("%s") family'
Error code:
when update family parameter
See Also
DocFam::setParam

Definition at line 174 of file ErrorCodeDOC.php.

const DOC0121 = 'cannot add application tag "%s" (document #%d). Application tag must not contain \n character'
Error code:
application tag must not contain
character
See Also
Doc::addATag

Definition at line 179 of file ErrorCodeDOC.php.

const DOC0122 = 'cannot add application tag (document #%d). Application tag must not be empty'
Error code:
application tag must not be empty
See Also
Doc::addATag

Definition at line 184 of file ErrorCodeDOC.php.

const DOC0123 = 'cannot set default value for "%s". It is not an attribute for "%s" ("%s") family'
Error code:
when update attribute family default value
See Also
DocFam::setDefValue

Definition at line 189 of file ErrorCodeDOC.php.

const DOC0124 = 'changeframe requested but current frame is empty (current attribute is "%s")'
Error code:
problems with frame's structure
See Also
Doc::viewbodycard

Definition at line 194 of file ErrorCodeDOC.php.

const DOC0125 = 'changeframe requested but current frame "%s" does not exists (current attribute is "%s")'
Error code:
problems with frame's structure
See Also
Doc::viewbodycard

Definition at line 199 of file ErrorCodeDOC.php.

const DOC0126 = 'getCustomSearchValues must return an array of string (found "%s")'
Error code:
return of customSearchValues hook must be an array
See Also
Doc::getCustomSearchValues

Definition at line 204 of file ErrorCodeDOC.php.

const DOC0127 = 'Document with identifier %s not found for attribute %s'
Error code:
Dynamic profil reference an attribute which no refers to any document
See Also
DocCtrl::computeDProfil

Definition at line 209 of file ErrorCodeDOC.php.

const DOC0128 = 'Document with identifier "%s" from attribute "%s" has no property "us_whatid"'
Error code:
Dynamic profil reference an attribute refers to a document. But this document is not an account
See Also
DocCtrl::computeDProfil

Definition at line 214 of file ErrorCodeDOC.php.

const DOC0129 = 'Document with identifier "%s" from attribute "%s" has an empty property "us_whatid"'
Error code:
Dynamic profil reference an attribute which refers to an incomplete account
See Also
DocCtrl::computeDProfil

Definition at line 219 of file ErrorCodeDOC.php.

const DOC0130 = 'Attribute "%s" not found on document "%s" from family "%s"'
Error code:
The requested attribute was not found in Doc::getHtmlAttrValue()
See Also
Doc::getHtmlAttrValue

Definition at line 224 of file ErrorCodeDOC.php.

const DOC0200 = 'cannot insert "%s" document in "%s" folder : %s'
Error code:
the document cannot be inserted in folder target
Note
when DOC has defined a folder target

Definition at line 230 of file ErrorCodeDOC.php.

const DOC0201 = '"%s" folder not found. Cannot insert "%s" document'
Error code:
the folder target is not found
Note
when DOC has defined a folder target

Definition at line 236 of file ErrorCodeDOC.php.

const DOC0202 = '"%s" folder is not a folder (is is a "%s"). Cannot insert "%s" document'
Error code:
the folder target is not a folder document
Note
when DOC has defined a folder target

Definition at line 242 of file ErrorCodeDOC.php.

const DOC0203 = "Cannot duplicate an invalid document"
Error code:
The document one is trying to duplicate is invalid.
Note
An invalid document can be a non-existing document (e.g. obtained with new_Doc("", "NON_EXISTING")).

Definition at line 247 of file ErrorCodeDOC.php.

const DOC1000 = '"%s" mask is not found , cannot apply it to "%s" document'
Error code:
the mask cannot be applied

Definition at line 252 of file ErrorCodeDOC.php.

const DOC1001 = '"%s" document is not a mask (is is a "%s"), cannot apply it to "%s" document'
Error code:
the mask to apply is not mask

Definition at line 257 of file ErrorCodeDOC.php.

const DOC1002 = '"%s" mask cannot be apply to "%s" document. It is set for "%s" family'
Error code:
the family mask attribute is not compatible

Definition at line 262 of file ErrorCodeDOC.php.

const DOC1004 = '"%s" mask is not found , cannot apply it to "%s" document'
Error code:
the mask cannot be applied from its logical mask

Definition at line 267 of file ErrorCodeDOC.php.

const DOC1100 = 'Method %s::%s() not contains @apiExpose tag comment. Document %s'
Error code:
A method call by client must has a specific declaration in the comment part :
Api expose:

Definition at line 273 of file ErrorCodeDOC.php.

const DOC1101 = 'Method %s::%s() not contains @templateController tag comment. Document %s'
Error code:
A controller view method must has a specific declaration in the comment part :

Definition at line 279 of file ErrorCodeDOC.php.


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