~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to lib/error_numbers.h

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
#define ERR_ASYNCSELECT     -157
113
113
#define ERR_BAD_RESULT_STATE    -158
114
114
#define ERR_DB_CANT_INIT    -159
115
 
#define ERR_NOT_UNIQUE          -160
116
 
        // state files had redundant entries
117
 
#define ERR_NOT_FOUND           -161
118
 
        // inconsistent client state
119
 
#define ERR_NO_EXIT_STATUS      -162
120
 
        // exit_status not found in scheduler request 
 
115
#define ERR_NOT_UNIQUE       -160
 
116
    // state files had redundant entries
 
117
#define ERR_NOT_FOUND        -161
 
118
    // inconsistent client state
 
119
#define ERR_NO_EXIT_STATUS   -162
 
120
    // exit_status not found in scheduler request 
121
121
#define ERR_FILE_MISSING    -163
122
122
#define ERR_SEMGET          -165
123
123
#define ERR_SEMCTL          -166
185
185
#define ERR_RMDIR           -227
186
186
#define ERR_SYMLINK         -229
187
187
#define ERR_DB_CONN_LOST    -230
 
188
#define ERR_CRYPTO          -231
 
189
#define ERR_ABORTED_ON_EXIT -232
 
190
#define ERR_UNSTARTED_LATE  -233
 
191
#define ERR_MISSING_COPROC  -234
 
192
#define ERR_PROC_PARSE      -235
188
193
 
189
194
// PLEASE: add a text description of your error to 
190
 
// the text description function boincerror() in str_util.C.
 
195
// the text description function boincerror() in str_util.cpp.
191
196
 
192
197
#endif