IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36058 for trunk


Ignore:
Timestamp:
Aug 30, 2013, 3:04:41 PM (13 years ago)
Author:
bills
Message:

add error PSTAMP_NO_VALID_PIXELS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm

    r36018 r36058  
    9999our $PSTAMP_INVALID_REQUEST  = 21;
    100100our $PSTAMP_UNKNOWN_PROJECT  = 22;
    101 our $PSTAMP_UNKNOWN_PRODUCT  = 22;  #this error code was mis-named it is left for compatabiliyt
     101our $PSTAMP_UNKNOWN_PRODUCT  = 22;  #this error code was a typo it is left for compatabiliy
    102102our $PSTAMP_NO_IMAGE_MATCH   = 23;
    103103our $PSTAMP_NOT_DESTREAKED   = 24;
    104104our $PSTAMP_NOT_AVAILABLE    = 25;
    105 our $PSTAMP_GONE             = 26;  # this value is used in ippTools
     105our $PSTAMP_GONE             = 26;  # this value is also used in ippTools
    106106our $PSTAMP_NO_JOBS_QUEUED   = 27;
    107107our $PSTAMP_NO_OVERLAP       = 28;
    108108our $PSTAMP_NOT_AUTHORIZED   = 29;
     109our $PSTAMP_NO_VALID_PIXELS  = 30;
    109110
    110111
     
    145146PSTAMP_NO_OVERLAP
    146147PSTAMP_NOT_AUTHORIZED
    147 PSTAMP_NOT_AUTHORIZED
     148PSTAMP_NO_VALID_PIXELS
    148149);
    149150
Note: See TracChangeset for help on using the changeset viewer.