List all error for import documents. More...
Data Fields | |
const | IMPC0001 = 'IMPORT : import Xml extract : file "%s" not found.' |
const | IMPC0002 = 'IMPORT : Cannot create directory "%s" for xml import.' |
const | IMPC0003 = 'IMPORT : Cannot create directory "%s" for xml zip import.' |
const | IMPC0004 = 'IMPORT : Cannot unzip file "%s" : %s.' |
const | IMPC0005 = "Directory separator char ('%s') not allowed in filename '%s'." |
const | IMPC0006 = "Error creating MediaIndex directory '%s': %s" |
const | IMPC0007 = "MediaIndex directory '%s' is not a directory." |
const | IMPC0008 = "Error opening file '%s' for writing." |
const | IMPC0009 = "Error opening file '%s' for reading." |
const | IMPC0010 = "Error opening file '%s' for writing." |
const | IMPC0011 = "Error renaming '%s' to '%s'." |
const | IMPC0012 = "Error writing content to '%s'." |
List all error for import documents.
Errors code used when import Documents
Definition at line 12 of file ErrorCodeIMPC.php.
const IMPC0001 = 'IMPORT : import Xml extract : file "%s" not found.' |
Definition at line 18 of file ErrorCodeIMPC.php.
const IMPC0002 = 'IMPORT : Cannot create directory "%s" for xml import.' |
Definition at line 23 of file ErrorCodeIMPC.php.
const IMPC0003 = 'IMPORT : Cannot create directory "%s" for xml zip import.' |
Definition at line 28 of file ErrorCodeIMPC.php.
const IMPC0004 = 'IMPORT : Cannot unzip file "%s" : %s.' |
Definition at line 33 of file ErrorCodeIMPC.php.
const IMPC0005 = "Directory separator char ('%s') not allowed in filename '%s'." |
Definition at line 38 of file ErrorCodeIMPC.php.
const IMPC0006 = "Error creating MediaIndex directory '%s': %s" |
Definition at line 43 of file ErrorCodeIMPC.php.
const IMPC0007 = "MediaIndex directory '%s' is not a directory." |
Definition at line 48 of file ErrorCodeIMPC.php.
const IMPC0008 = "Error opening file '%s' for writing." |
Definition at line 53 of file ErrorCodeIMPC.php.
const IMPC0009 = "Error opening file '%s' for reading." |
Definition at line 58 of file ErrorCodeIMPC.php.
const IMPC0010 = "Error opening file '%s' for writing." |
Definition at line 63 of file ErrorCodeIMPC.php.
const IMPC0011 = "Error renaming '%s' to '%s'." |
Definition at line 68 of file ErrorCodeIMPC.php.
const IMPC0012 = "Error writing content to '%s'." |
Definition at line 73 of file ErrorCodeIMPC.php.