IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2004, 1:15:04 PM (22 years ago)
Author:
desonia
Message:

removed some unnecessary psAborts, replacing them with psErrorMsg(...).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psCollectionsErrors.dat

    r1807 r1841  
    2525psScalar_UNSUPPORTED_TYPE              Specified datatype (%d) is unsupported by psScalar.
    2626psScalar_COPY_NULL                     Can not copy a NULL psScalar.
     27#
     28psHash_KEY_NULL                        Input key can not be NULL.
     29psHash_TABLE_NULL                      Input psHash can not be NULL.
     30psHash_DATA_NULL                       Input data can not be NULL.
     31
Note: See TracChangeset for help on using the changeset viewer.