IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 11 and Version 12 of shepherding_the_pstamp_server


Ignore:
Timestamp:
Apr 15, 2015, 4:40:42 PM (11 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shepherding_the_pstamp_server

    v11 v12  
    178178
    179179{{{
     180NOTE: wiki pages are obsolete as soon as they are written.
     181
     182See the file pstamp/src/pstamp.h (or the perl version) in a "current" IPP source tree for an absolutely up to date version of this list of the postage stamp error codes.
     183(A string version is also included in the results file (fits and mdc) in the results of a request.
    180184
    181185typedef enum {
    182186        PSTAMP_SUCCESS          = 0,
    183         PSTAMP_FIRST_ERROR_CODE = 10,
    184         PSTAMP_SYSTEM_ERROR     = 10,
    185         PSTAMP_NOT_IMPLEMENTED  = 11,
    186         PSTAMP_UNKNOWN_ERROR    = 12,
    187         PSTAMP_DUP_REQUEST      = 20,
    188         PSTAMP_INVALID_REQUEST  = 21,
    189         PSTAMP_UNKNOWN_PRODUCT  = 22,
    190         PSTAMP_NO_IMAGE_MATCH   = 23,
    191         PSTAMP_NOT_DESTREAKED   = 24,
    192         PSTAMP_NOT_AVAILABLE    = 25,
    193         PSTAMP_GONE             = 26,
    194         PSTAMP_NO_JOBS_QUEUED   = 27,
    195         PSTAMP_NO_OVERLAP       = 28
     187        PSTAMP_FIRST_ERROR_CODE = 10,
     188        PSTAMP_SYSTEM_ERROR     = 10,
     189        PSTAMP_NOT_IMPLEMENTED  = 11,
     190        PSTAMP_UNKNOWN_ERROR    = 12,
     191        PSTAMP_DUP_REQUEST      = 20,
     192        PSTAMP_INVALID_REQUEST  = 21,
     193        PSTAMP_UNKNOWN_PROJECT  = 22,
     194        PSTAMP_NO_IMAGE_MATCH   = 23,
     195        PSTAMP_NOT_DESTREAKED   = 24,
     196        PSTAMP_NOT_AVAILABLE    = 25,
     197        PSTAMP_GONE             = 26,
     198        PSTAMP_NO_JOBS_QUEUED   = 27,
     199        PSTAMP_NO_OVERLAP       = 28,
     200        PSTAMP_NOT_AUTHORIZED   = 29,
     201        PSTAMP_NO_VALID_PIXELS  = 30,
     202        PSTAMP_BG_RESTORE_NOT_AVAILABLE = 31,
    196203} pstampJobErrors;
     204
    197205}}}
    198206
     
    207215
    208216
    209