List all error for export documents. More...
Data Fields | |
const | EXPC0001 = 'EXPORT : invalid out format "%s", valid are %s.' |
const | EXPC0002 = 'EXPORT : Output file must be set' |
const | EXPC0003 = 'EXPORT : Output file "%s" is not writable' |
const | EXPC0004 = 'EXPORT : Collection must be set' |
const | EXPC0005 = 'EXPORT : Output file "%s" cannot be opened in write mode' |
const | EXPC0006 = 'EXPORT : Can create temporay directory "%s" for XML exports' |
const | EXPC0007 = 'EXPORT : Output XML file "%s" is not writable' |
const | EXPC0008 = 'EXPORT : Cannot change dir to "%s" : XML export aborted' |
const | EXPC0009 = 'EXPORT : Cannot change dir to "%s" : XML export aborted' |
const | EXPC0010 = 'EXPORT : Ouput file "%s" cannot be completed' |
const | EXPC0011 = 'EXPORT : Ouput file "%s" cannot be finished' |
const | EXPC0012 = 'EXPORT : Xml archive "%s" cannot be created' |
const | EXPC0013 = 'EXPORT : Work output file "%s" cannot be opened in write mode' |
const | EXPC0014 = 'EXPORT : Extract vault file : Caonot copy "%s" to "%s"' |
const | EXPC0015 = 'EXPORT : invalid encoding format "%s", valid are %s.' |
const | EXPC0016 = 'EXPORT : Only one character for CSV separator : found "%s".' |
const | EXPC0100 = 'EXPORT Xml : Cannot write output to file "%s".' |
const | EXPC0101 = 'EXPORT Xml : Cannot apen output in write mode "%s".' |
const | EXPC0102 = 'EXPORT Xml : Cannot insert attached files to output file "%s".' |
const | EXPC0103 = 'EXPORT Xml : Cannot export file using "ExportXmlDocument::getXml"' |
List all error for export documents.
Errors code used when export Documents
Definition at line 12 of file ErrorCodeEXPC.php.
const EXPC0001 = 'EXPORT : invalid out format "%s", valid are %s.' |
Definition at line 18 of file ErrorCodeEXPC.php.
const EXPC0002 = 'EXPORT : Output file must be set' |
Definition at line 23 of file ErrorCodeEXPC.php.
const EXPC0003 = 'EXPORT : Output file "%s" is not writable' |
Definition at line 28 of file ErrorCodeEXPC.php.
const EXPC0004 = 'EXPORT : Collection must be set' |
Definition at line 33 of file ErrorCodeEXPC.php.
const EXPC0005 = 'EXPORT : Output file "%s" cannot be opened in write mode' |
Definition at line 38 of file ErrorCodeEXPC.php.
const EXPC0006 = 'EXPORT : Can create temporay directory "%s" for XML exports' |
Definition at line 43 of file ErrorCodeEXPC.php.
const EXPC0007 = 'EXPORT : Output XML file "%s" is not writable' |
Definition at line 48 of file ErrorCodeEXPC.php.
const EXPC0008 = 'EXPORT : Cannot change dir to "%s" : XML export aborted' |
Definition at line 53 of file ErrorCodeEXPC.php.
const EXPC0009 = 'EXPORT : Cannot change dir to "%s" : XML export aborted' |
Definition at line 58 of file ErrorCodeEXPC.php.
const EXPC0010 = 'EXPORT : Ouput file "%s" cannot be completed' |
Definition at line 63 of file ErrorCodeEXPC.php.
const EXPC0011 = 'EXPORT : Ouput file "%s" cannot be finished' |
Definition at line 68 of file ErrorCodeEXPC.php.
const EXPC0012 = 'EXPORT : Xml archive "%s" cannot be created' |
Definition at line 73 of file ErrorCodeEXPC.php.
const EXPC0013 = 'EXPORT : Work output file "%s" cannot be opened in write mode' |
Definition at line 78 of file ErrorCodeEXPC.php.
const EXPC0014 = 'EXPORT : Extract vault file : Caonot copy "%s" to "%s"' |
Definition at line 83 of file ErrorCodeEXPC.php.
const EXPC0015 = 'EXPORT : invalid encoding format "%s", valid are %s.' |
Definition at line 88 of file ErrorCodeEXPC.php.
const EXPC0016 = 'EXPORT : Only one character for CSV separator : found "%s".' |
Definition at line 93 of file ErrorCodeEXPC.php.
const EXPC0100 = 'EXPORT Xml : Cannot write output to file "%s".' |
Definition at line 98 of file ErrorCodeEXPC.php.
const EXPC0101 = 'EXPORT Xml : Cannot apen output in write mode "%s".' |
Definition at line 103 of file ErrorCodeEXPC.php.
const EXPC0102 = 'EXPORT Xml : Cannot insert attached files to output file "%s".' |
Definition at line 108 of file ErrorCodeEXPC.php.
const EXPC0103 = 'EXPORT Xml : Cannot export file using "ExportXmlDocument::getXml"' |
Definition at line 114 of file ErrorCodeEXPC.php.