Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeVAULT.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * Errors code used when Vault Manager
8  * @class ErrorCodeVAULT
9  * @brief List all error code for Vault Manager
10  * @see VaultManager
11  */
13 {
14  /**
15  * @errorCode File cannot be stored to vault
16  * @see VaultManager::storeFile
17  */
18  const VAULT0001 = 'Cannot store file : %s';
19  /**
20  * @errorCode Temporary file cannot be stored to vault
21  * @see VaultManager::storeTemporaryFile
22  */
23  const VAULT0002 = 'Cannot store temporary file : %s';
24  /**
25  * @errorCode Temporary file cannot be stored to vault because user's session not found
26  * @see VaultManager::storeTemporaryFile
27  */
28  const VAULT0003 = 'Cannot store temporary file : no session detected';
29  /**
30  * @errorCode File cannot be destroyed
31  * @see VaultManager::destroyFile
32  */
33  const VAULT0004 = 'Cannot destroy file : %s';
34 }
List all error code for Vault Manager.
← centre documentaire © anakeen