mirror of https://github.com/BOINC/boinc.git
- OPS: Update error code translation table
html/inc result.inc svn path=/trunk/boinc/; revision=24964
This commit is contained in:
parent
c55350d0a6
commit
474401c51d
|
@ -11,6 +11,9 @@ David 1 Jan 2012
|
|||
Rom 1 Jan 2012
|
||||
- OPS: Update failure_result_summary_by_platform.php to include
|
||||
plan class information.
|
||||
- OPS: Update error code translation table
|
||||
|
||||
html/inc
|
||||
result.inc
|
||||
html/ops
|
||||
failure_result_summary_by_platform.php
|
||||
|
|
|
@ -433,8 +433,12 @@ function version_string($version_num) {
|
|||
function result_error_mask_str($x){
|
||||
switch($x){
|
||||
case 0: return "";
|
||||
case -100: return "ERR_SELECT";
|
||||
case -102: return "ERR_READ";
|
||||
case 192: return "EXIT_STATEFILE_WRITE";
|
||||
case 193: return "EXIT_SIGNAL";
|
||||
case 194: return "EXIT_ABORTED_BY_CLIENT";
|
||||
case 195: return "EXIT_CHILD_FAILED";
|
||||
case -100: return "ERR_SELECT";
|
||||
case -102: return "ERR_READ";
|
||||
case -103: return "ERR_WRITE";
|
||||
case -104: return "ERR_FREAD";
|
||||
case -105: return "ERR_FWRITE";
|
||||
|
|
Loading…
Reference in New Issue