List all error code for file operations. More...
Data Fields | |
const | FILE0001 = 'exportfile could not get size of cached image "%s"' |
const | FILE0002 = 'exportfile found an invalid width/height (%s/%s) for cached image "%s"' |
const | FILE0003 = 'exportfile could not get size of thumbnail image "%s"' |
const | FILE0004 = 'exportfile found an invalid width/height (%s/%s) for thumbnail image "%s"' |
const | FILE0005 = 'dbaccess file not found "%s"' |
const | FILE0006 = 'dbaccess.php file does not contain freedom_authtypeparams variable. May be old syntax for configuration file' |
const | FILE0007 = 'Could not store file "%s" in vault because the file does not exists' |
const | FILE0008 = 'Could not store file "%s" in vault because the file is not readable' |
const | FILE0009 = 'Could not register file "%s" in document: %s' |
const | FILE0010 = 'Could not get back informations for registered file "%s" in document.' |
List all error code for file operations.
Error codes used for file operations
Definition at line 12 of file ErrorCodeFILE.php.
const FILE0001 = 'exportfile could not get size of cached image "%s"' |
Definition at line 18 of file ErrorCodeFILE.php.
const FILE0002 = 'exportfile found an invalid width/height (%s/%s) for cached image "%s"' |
Definition at line 23 of file ErrorCodeFILE.php.
const FILE0003 = 'exportfile could not get size of thumbnail image "%s"' |
Definition at line 28 of file ErrorCodeFILE.php.
const FILE0004 = 'exportfile found an invalid width/height (%s/%s) for thumbnail image "%s"' |
Definition at line 33 of file ErrorCodeFILE.php.
const FILE0005 = 'dbaccess file not found "%s"' |
Definition at line 38 of file ErrorCodeFILE.php.
const FILE0006 = 'dbaccess.php file does not contain freedom_authtypeparams variable. May be old syntax for configuration file' |
Definition at line 43 of file ErrorCodeFILE.php.
const FILE0007 = 'Could not store file "%s" in vault because the file does not exists' |
Definition at line 50 of file ErrorCodeFILE.php.
const FILE0008 = 'Could not store file "%s" in vault because the file is not readable' |
Definition at line 56 of file ErrorCodeFILE.php.
const FILE0009 = 'Could not register file "%s" in document: %s' |
Definition at line 65 of file ErrorCodeFILE.php.
const FILE0010 = 'Could not get back informations for registered file "%s" in document.' |
Definition at line 72 of file ErrorCodeFILE.php.