mirror of https://github.com/BOINC/boinc.git
lib: add descriptions for new error numbers
This commit is contained in:
parent
d872d2bad5
commit
7ef9440116
|
@ -541,6 +541,8 @@ const char* boincerror(int which_error) {
|
|||
case ERR_STATFS: return "statfs() failed";
|
||||
case ERR_PIPE: return "pipe() failed";
|
||||
case ERR_NEED_HTTPS: return "HTTPS needed";
|
||||
case ERR_CHMOD : return "chmod() failed";
|
||||
case ERR_STAT : return "stat() failed";
|
||||
case HTTP_STATUS_NOT_FOUND: return "HTTP file not found";
|
||||
case HTTP_STATUS_PROXY_AUTH_REQ: return "HTTP proxy authentication failure";
|
||||
case HTTP_STATUS_RANGE_REQUEST_ERROR: return "HTTP range request error";
|
||||
|
|
Loading…
Reference in New Issue