IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10979


Ignore:
Timestamp:
Jan 8, 2007, 3:36:16 PM (19 years ago)
Author:
Paul Price
Message:

Adding UNKNOWN_ERROR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psExit.h

    r10977 r10979  
    66/// These provide a bit finer granularity compared to success/fail
    77typedef enum {
    8     PS_EXIT_SUCCESS = 0,                ///< Successful termination
     8    PS_EXIT_SUCCESS = 0,                ///< Successful termination; matches EXIT_SUCCESS
     9    PS_EXIT_UNKNOWN_ERROR = 1,          ///< Error of unknown nature; matches EXIT_FAILURE
    910    PS_EXIT_SYS_ERROR,                  ///< Error with a system call
    1011    PS_EXIT_CONFIG_ERROR,               ///< Error with configuration
Note: See TracChangeset for help on using the changeset viewer.