Offline Server  1.6
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Class.ExceptionCode.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Exception code
4  * all code exception use by platform are here
5  * @category --category--
6  * @package OFFLINE
7  * @author anakeen
8  * @copyright : anakeen SAS
9  * @license : http://www.gnu.org/licenses/agpl.html GNU AFFERO GENERAL PUBLIC LICENSE
10 **/
11 
12 
13 /**
14  * Exception code
15  * @brief all code exception use by offline are here
16  * @class ExceptionCode
17  * @author anakeen
18  * @package offline
19  */
21 {
22  /** create is forbidden @var int */
23  const createForbidden = 1000; //!< create is forbidden
24  /** domain reference must be unique @var int */
25  const referenceExists = 1001 ; //!< domain reference must be unique
26  /** domain reference accept onlyh alphanum characters @var int */
27  const referenceInvalid = 1002 ; //!< domain reference accept onlyh alphanum characters
28 
29 
30 }
31 
32 ?>
const referenceExists
domain reference must be unique
const createForbidden
create is forbidden
const referenceInvalid
domain reference accept onlyh alphanum characters
← centre documentaire © anakeen - published under CC License - Dynacase