IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23695 for trunk/pstamp


Ignore:
Timestamp:
Apr 2, 2009, 5:19:22 PM (17 years ago)
Author:
Paul Price
Message:

Getting more serious about error codes. We don't want them interfering, since they may end up in the database. Spreading the values out so we have plenty of room to play.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/pstampErrorCodes.dat

    r16132 r23695  
    22# This file is used to generate pstampErrorCodes.h
    33#
    4 BASE = 800              First value we use; lower values belong to psLib
    5 UNKNOWN                 Unknown PM error code
     4BASE = 10000            First value we use; lower values belong to psLib
     5UNKNOWN                 Unknown pstamp error code
    66NOT_IMPLEMENTED         Desired feature is not yet implemented
    77ARGUMENTS               Incorrect arguments
Note: See TracChangeset for help on using the changeset viewer.