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

List all error code for file operations. More...

+ Collaboration diagram for ErrorCodeFILE:

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.'
 

Detailed Description

List all error code for file operations.

Error codes used for file operations

See Also
ErrorCode

Definition at line 12 of file ErrorCodeFILE.php.

Field Documentation

const FILE0001 = 'exportfile could not get size of cached image "%s"'
Error code:
exportfile could not get image size from cached image (the filecache image might be empty or corrupted)

Definition at line 18 of file ErrorCodeFILE.php.

const FILE0002 = 'exportfile found an invalid width/height (%s/%s) for cached image "%s"'
Error code:
exportfile's cached image have an invalid width and/or height equal to zero

Definition at line 23 of file ErrorCodeFILE.php.

const FILE0003 = 'exportfile could not get size of thumbnail image "%s"'
Error code:
exportfile count not get image size from thumbnail image (the thumbnail iamge might be empty or corrupted)

Definition at line 28 of file ErrorCodeFILE.php.

const FILE0004 = 'exportfile found an invalid width/height (%s/%s) for thumbnail image "%s"'
Error code:
exportfile's thumbnail image have an invalid width and/or height equal to zero

Definition at line 33 of file ErrorCodeFILE.php.

const FILE0005 = 'dbaccess file not found "%s"'
Error code:
dbaccess.php file is needed

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'
Error code:
dbaccess.php file is incomplete

Definition at line 43 of file ErrorCodeFILE.php.

const FILE0007 = 'Could not store file "%s" in vault because the file does not exists'
Error code:
The given file could not be stored in the vault because it does not exists or the pathname is not a file (it may be a directory, socket, etc.).

Definition at line 50 of file ErrorCodeFILE.php.

const FILE0008 = 'Could not store file "%s" in vault because the file is not readable'
Error code:
The given file could not be stored in the vault because it isn't readable (check Apache user read access rights on this file).

Definition at line 56 of file ErrorCodeFILE.php.

const FILE0009 = 'Could not register file "%s" in document: %s'
Error code:
The given file could not be registered in the vault. This might be due to a faulty database connection, incorrect rights on vault's dirs, or I/O errors. The underlying error message is displayed and might provide additional informations on the error's condition.

Definition at line 65 of file ErrorCodeFILE.php.

const FILE0010 = 'Could not get back informations for registered file "%s" in document.'
Error code:
The given file has been registered in the vault but we could not get back its information. This might be due to a faulty database connection.

Definition at line 72 of file ErrorCodeFILE.php.


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