[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/kernel/error/ -> errors.php (source)

   1  <?php
   2  //
   3  // Created on: <01-Oct-2002 13:23:07 amos>
   4  //
   5  // SOFTWARE NAME: eZ publish
   6  // SOFTWARE RELEASE: 3.9.0
   7  // BUILD VERSION: 17785
   8  // COPYRIGHT NOTICE: Copyright (C) 1999-2006 eZ systems AS
   9  // SOFTWARE LICENSE: GNU General Public License v2.0
  10  // NOTICE: >
  11  //   This program is free software; you can redistribute it and/or
  12  //   modify it under the terms of version 2.0  of the GNU General
  13  //   Public License as published by the Free Software Foundation.
  14  //
  15  //   This program is distributed in the hope that it will be useful,
  16  //   but WITHOUT ANY WARRANTY; without even the implied warranty of
  17  //   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18  //   GNU General Public License for more details.
  19  //
  20  //   You should have received a copy of version 2.0 of the GNU General
  21  //   Public License along with this program; if not, write to the Free
  22  //   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  23  //   MA 02110-1301, USA.
  24  //
  25  //
  26  
  27  /*! \file errors.php
  28    Contains all the basic kernel and kernel related error codes.
  29  */
  30  
  31  /*!
  32   Access denied to object or module.
  33  */
  34  define( 'EZ_ERROR_KERNEL_ACCESS_DENIED', 1 );
  35  /*!
  36   The object could not be found.
  37  */
  38  define( 'EZ_ERROR_KERNEL_NOT_FOUND', 2 );
  39  /*!
  40   The object is not available.
  41  */
  42  define( 'EZ_ERROR_KERNEL_NOT_AVAILABLE', 3 );
  43  /*!
  44   The object is moved.
  45  */
  46  define( 'EZ_ERROR_KERNEL_MOVED', 4 );
  47  
  48  /*!
  49   The module could not be found.
  50  */
  51  define( 'EZ_ERROR_KERNEL_MODULE_NOT_FOUND', 20 );
  52  /*!
  53   The module view could not be found.
  54  */
  55  define( 'EZ_ERROR_KERNEL_MODULE_VIEW_NOT_FOUND', 21 );
  56  /*!
  57   The module or view is not enabled.
  58  */
  59  define( 'EZ_ERROR_KERNEL_MODULE_DISABLED', 22 );
  60  
  61  
  62  /*!
  63   No database connection
  64  */
  65  define( 'EZ_ERROR_KERNEL_NO_DB_CONNECTION', 50 );
  66  
  67  ?>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7