lib: add descriptions for new error numbers

This commit is contained in:
Juha Sointusalo 2015-11-22 22:22:46 +02:00
parent d872d2bad5
commit 7ef9440116
1 changed files with 2 additions and 0 deletions

View File

@ -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";