|
eZ Publish
[4.2]
|
Public Attributes | |
| const | KERNEL_ACCESS_DENIED = 1 |
| const | KERNEL_LANGUAGE_NOT_FOUND = 5 |
| const | KERNEL_MODULE_DISABLED = 22 |
| const | KERNEL_MODULE_NOT_FOUND = 20 |
| const | KERNEL_MODULE_VIEW_NOT_FOUND = 21 |
| const | KERNEL_MOVED = 4 |
| const | KERNEL_NO_DB_CONNECTION = 50 |
| const | KERNEL_NOT_AVAILABLE = 3 |
| const | KERNEL_NOT_FOUND = 2 |
| const | SHOP_BASKET_INCOMPATIBLE_PRODUCT_TYPE = 2 |
| const | SHOP_NOT_A_PRODUCT = 1 |
| const | SHOP_OK = 0 |
| const | SHOP_PREFERRED_CURRENCY_DOESNOT_EXIST = 3 |
| const | SHOP_PREFERRED_CURRENCY_INACTIVE = 4 |
Definition at line 33 of file ezerror.php.
| const eZError::KERNEL_ACCESS_DENIED = 1 |
Access denied to object or module.
Definition at line 39 of file ezerror.php.
Referenced by eZNodeviewfunctions\contentViewGenerate().
| const eZError::KERNEL_LANGUAGE_NOT_FOUND = 5 |
The language is not found.
Definition at line 55 of file ezerror.php.
| const eZError::KERNEL_MODULE_DISABLED = 22 |
The module or view is not enabled.
Definition at line 68 of file ezerror.php.
| const eZError::KERNEL_MODULE_NOT_FOUND = 20 |
The module could not be found.
Definition at line 60 of file ezerror.php.
| const eZError::KERNEL_MODULE_VIEW_NOT_FOUND = 21 |
The module view could not be found.
Definition at line 64 of file ezerror.php.
| const eZError::KERNEL_MOVED = 4 |
The object is moved.
Definition at line 51 of file ezerror.php.
| const eZError::KERNEL_NO_DB_CONNECTION = 50 |
No database connection
Definition at line 74 of file ezerror.php.
Referenced by eZNodeviewfunctions\contentViewGenerate().
| const eZError::KERNEL_NOT_AVAILABLE = 3 |
The object is not available.
Definition at line 47 of file ezerror.php.
Referenced by eZBinaryFileType\checkFileUploads(), eZMediaType\checkFileUploads(), and eZNodeviewfunctions\contentViewGenerate().
| const eZError::KERNEL_NOT_FOUND = 2 |
The object could not be found.
Definition at line 43 of file ezerror.php.
Definition at line 79 of file ezerror.php.
Referenced by eZBasket\canAddProduct().
| const eZError::SHOP_NOT_A_PRODUCT = 1 |
Definition at line 78 of file ezerror.php.
Referenced by eZBasket\canAddProduct().
| const eZError::SHOP_OK = 0 |
Definition at line 77 of file ezerror.php.
Referenced by eZBasket\canAddProduct().
Definition at line 80 of file ezerror.php.
Definition at line 81 of file ezerror.php.