List all error code for DOC. More...
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' |
List all error code for DOC.
Errors code used when import document
Definition at line 12 of file ErrorCodeDOC.php.
const DOC0002 = 'family reference is empty for document "%s"' |
Definition at line 18 of file ErrorCodeDOC.php.
const DOC0003 = 'syntax error family reference "%s" for document "%s"' |
Definition at line 23 of file ErrorCodeDOC.php.
const DOC0004 = 'syntax error document reference "%s" ' |
Definition at line 28 of file ErrorCodeDOC.php.
const DOC0005 = 'family reference "%s" not exists for document "%s"' |
Definition at line 33 of file ErrorCodeDOC.php.
const DOC0006 = 'family reference "%s" is not a family "%s"' |
Definition at line 38 of file ErrorCodeDOC.php.
const DOC0007 = 'insufficient privileges to import document "%s" of "%s" family ' |
Definition at line 43 of file ErrorCodeDOC.php.
const DOC0008 = 'the document "%s" cannot be converted from "%s" to "%s" family ' |
Definition at line 48 of file ErrorCodeDOC.php.
const DOC0009 = 'the document "%s" (family "%s") is fixed' |
Definition at line 53 of file ErrorCodeDOC.php.
const DOC0010 = 'family error detected "%s" for the document "%s" : %s' |
Definition at line 58 of file ErrorCodeDOC.php.
const DOC0100 = 'setValue error "%s" for attribute "%s"' |
Definition at line 63 of file ErrorCodeDOC.php.
const DOC0101 = 'vault error "%s" to import file "%s" for attribute "%s" in "%s" document' |
Definition at line 69 of file ErrorCodeDOC.php.
const DOC0102 = 'vault error "%s" to import file "%s" for attribute "%s" in "%s" document' |
Definition at line 74 of file ErrorCodeDOC.php.
const DOC0103 = 'set value error "%s" to import file "%s" for attribute "%s" in "%s" document' |
Definition at line 79 of file ErrorCodeDOC.php.
const DOC0104 = 'preImport error in "%s" system document : %s' |
Definition at line 84 of file ErrorCodeDOC.php.
const DOC0105 = 'preImport error in "%s" document when create it: %s' |
Definition at line 90 of file ErrorCodeDOC.php.
const DOC0106 = 'preImport error in "%s" document when create it: %s' |
Definition at line 96 of file ErrorCodeDOC.php.
const DOC0107 = 'creation error in "%s" document : %s' |
Definition at line 102 of file ErrorCodeDOC.php.
const DOC0108 = 'creation error in "%s" document : %s' |
Definition at line 108 of file ErrorCodeDOC.php.
const DOC0109 = 'preImport error in "%s" document when update it: %s' |
Definition at line 114 of file ErrorCodeDOC.php.
const DOC0110 = 'similar document "%s" document when update it' |
Definition at line 121 of file ErrorCodeDOC.php.
const DOC0111 = 'preImport error in "%s" document when update it: %s' |
Definition at line 127 of file ErrorCodeDOC.php.
const DOC0112 = 'update error in "%s" document : %s' |
Definition at line 133 of file ErrorCodeDOC.php.
const DOC0113 = 'transfertvalues error in document "%s" update: %s' |
Definition at line 139 of file ErrorCodeDOC.php.
const DOC0114 = 'attribute "%s" not exists in document "%s" (family "%s") : cannot get its value' |
Definition at line 144 of file ErrorCodeDOC.php.
const DOC0115 = 'attribute "%s" not exists in document "%s" (family "%s") : cannot set any value' |
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' |
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' |
Definition at line 159 of file ErrorCodeDOC.php.
const DOC0118 = 'cannot update fixed document "%s" (#%d)' |
Definition at line 164 of file ErrorCodeDOC.php.
const DOC0119 = 'the document "%s" (#%d) became fixed because another revision more recent has been created' |
Definition at line 169 of file ErrorCodeDOC.php.
const DOC0120 = 'cannot set family parameter "%s". It is not a parameter for "%s" ("%s") family' |
Definition at line 174 of file ErrorCodeDOC.php.
const DOC0121 = 'cannot add application tag "%s" (document #%d). Application tag must not contain \n character' |
Definition at line 179 of file ErrorCodeDOC.php.
const DOC0122 = 'cannot add application tag (document #%d). Application tag must not be empty' |
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' |
Definition at line 189 of file ErrorCodeDOC.php.
const DOC0124 = 'changeframe requested but current frame is empty (current attribute is "%s")' |
Definition at line 194 of file ErrorCodeDOC.php.
const DOC0125 = 'changeframe requested but current frame "%s" does not exists (current attribute is "%s")' |
Definition at line 199 of file ErrorCodeDOC.php.
const DOC0126 = 'getCustomSearchValues must return an array of string (found "%s")' |
Definition at line 204 of file ErrorCodeDOC.php.
const DOC0127 = 'Document with identifier %s not found for attribute %s' |
Definition at line 209 of file ErrorCodeDOC.php.
const DOC0128 = 'Document with identifier "%s" from attribute "%s" has no property "us_whatid"' |
Definition at line 214 of file ErrorCodeDOC.php.
const DOC0129 = 'Document with identifier "%s" from attribute "%s" has an empty property "us_whatid"' |
Definition at line 219 of file ErrorCodeDOC.php.
const DOC0130 = 'Attribute "%s" not found on document "%s" from family "%s"' |
Definition at line 224 of file ErrorCodeDOC.php.
const DOC0200 = 'cannot insert "%s" document in "%s" folder : %s' |
Definition at line 230 of file ErrorCodeDOC.php.
const DOC0201 = '"%s" folder not found. Cannot insert "%s" document' |
Definition at line 236 of file ErrorCodeDOC.php.
const DOC0202 = '"%s" folder is not a folder (is is a "%s"). Cannot insert "%s" document' |
Definition at line 242 of file ErrorCodeDOC.php.
const DOC0203 = "Cannot duplicate an invalid document" |
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' |
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' |
Definition at line 257 of file ErrorCodeDOC.php.
const DOC1002 = '"%s" mask cannot be apply to "%s" document. It is set for "%s" family' |
Definition at line 262 of file ErrorCodeDOC.php.
const DOC1004 = '"%s" mask is not found , cannot apply it to "%s" document' |
Definition at line 267 of file ErrorCodeDOC.php.
const DOC1100 = 'Method %s::%s() not contains @apiExpose tag comment. Document %s' |
Definition at line 273 of file ErrorCodeDOC.php.
const DOC1101 = 'Method %s::%s() not contains @templateController tag comment. Document %s' |
Definition at line 279 of file ErrorCodeDOC.php.