Offline Server
1.6
PHP API documentation
Main Page
Namespaces
Data Structures
Files
File List
Globals
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
*/
20
class
OfflineExceptionCode
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
?>
OfflineExceptionCode\referenceExists
const referenceExists
domain reference must be unique
Definition:
Class.ExceptionCode.php:25
OfflineExceptionCode\createForbidden
const createForbidden
create is forbidden
Definition:
Class.ExceptionCode.php:23
OfflineExceptionCode
Definition:
Class.ExceptionCode.php:20
OfflineExceptionCode\referenceInvalid
const referenceInvalid
domain reference accept onlyh alphanum characters
Definition:
Class.ExceptionCode.php:27
← centre documentaire
© anakeen
- published under
CC License
-
Dynacase