Editing Template:CELL ERROR FACILITY HTTP - 0x071
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 58: | Line 58: | ||
|- | |- | ||
| CELL_HTTP_ERROR_INVALID_VALUE || 0x80710027 || An invalid value was found in processing | | CELL_HTTP_ERROR_INVALID_VALUE || 0x80710027 || An invalid value was found in processing | ||
|- | |- | ||
| CELL_HTTP_ERROR_COOKIE_NOT_FOUND || 0x80710041 || The cookie is not valid | | CELL_HTTP_ERROR_COOKIE_NOT_FOUND || 0x80710041 || The cookie is not valid | ||
|- | |- | ||
| CELL_HTTP_ERROR_COOKIE_INVALID_DOMAIN || 0x80710042 || The cookie contains an invalid domain | | CELL_HTTP_ERROR_COOKIE_INVALID_DOMAIN || 0x80710042 || The cookie contains an invalid domain | ||
|- | |- | ||
| CELL_HTTP_ERROR_LINE_EXCEEDS_MAX || 0x80710045 || The response line or header exceeds the maximum response buffer size | | CELL_HTTP_ERROR_LINE_EXCEEDS_MAX || 0x80710045 || The response line or header exceeds the maximum response buffer size | ||
|- | |- | ||
| CELL_HTTP_ERROR_UNKNOWN || 0x80710051 || Undefined error (not listed below) | | CELL_HTTP_ERROR_UNKNOWN || 0x80710051 || Undefined error (not listed below) | ||
Line 92: | Line 84: | ||
|- | |- | ||
| CELL_HTTP_ERROR_BROKEN_CHUNK || 0x8071005a || Unexpectedly interrupted while processing chunk encoding | | CELL_HTTP_ERROR_BROKEN_CHUNK || 0x8071005a || Unexpectedly interrupted while processing chunk encoding | ||
|- | |- | ||
| CELL_HTTP_ERROR_NET_FIN || 0x80710091 || Received EOF (FIN) from the socket | | CELL_HTTP_ERROR_NET_FIN || 0x80710091 || Received EOF (FIN) from the socket | ||
Line 166: | Line 90: | ||
|- | |- | ||
| CELL_HTTP_ERROR_NET_SELECT_TIMEOUT || 0x80710093 || Timed out while polling | | CELL_HTTP_ERROR_NET_SELECT_TIMEOUT || 0x80710093 || Timed out while polling | ||
|- | |- | ||
| CELL_HTTP_ERROR_NET_RESOLVER || 0x80710100 || Error calling gethostbyname(). Error code is net_h_errno. | | CELL_HTTP_ERROR_NET_RESOLVER || 0x80710100 || Error calling gethostbyname(). Error code is net_h_errno. | ||
|- | |- | ||
| CELL_HTTP_ERROR_NET_ABORT || 0x80710200 || Error calling network abort. Error code is net_errno. | | CELL_HTTP_ERROR_NET_ABORT || 0x80710200 || Error calling network abort. Error code is net_errno. | ||
|- | |- | ||
| | | CELL_HTTP_ERROR_NET_OPTION || 0x80710300 || Error calling setsockopt(). Error code is net_errno. | ||
|- | |- | ||
| CELL_HTTP_ERROR_NET_SOCKET || 0x80710400 || Error calling socket(). Error code is net_errno. | |||
| CELL_HTTP_ERROR_NET_SOCKET || 0x80710400 || Error calling socket(). Error code is net_errno. | |||
|- | |- | ||
| CELL_HTTP_ERROR_NET_CONNECT || 0x80710500 || Error calling connect(). Error code is net_errno. | | CELL_HTTP_ERROR_NET_CONNECT || 0x80710500 || Error calling connect(). Error code is net_errno. | ||
|- | |- | ||
| CELL_HTTP_ERROR_NET_SEND || 0x80710600 || Error calling send(). Error code is net_errno. | | CELL_HTTP_ERROR_NET_SEND || 0x80710600 || Error calling send(). Error code is net_errno. | ||
|- | |- | ||
| CELL_HTTP_ERROR_NET_RECV || 0x80710700 || Error calling recv(). Error code is net_errno. | | CELL_HTTP_ERROR_NET_RECV || 0x80710700 || Error calling recv(). Error code is net_errno. | ||
|- | |- | ||
| CELL_HTTP_ERROR_NET_SELECT || 0x80710800 || Error calling select(). Error code is net_errno. | | CELL_HTTP_ERROR_NET_SELECT || 0x80710800 || Error calling select(). Error code is net_errno. | ||
|- | |- | ||
| CELL_HTTPS_ERROR_CERTIFICATE_LOAD || 0x80710a01 || Not able to load SSL certificates | | CELL_HTTPS_ERROR_CERTIFICATE_LOAD || 0x80710a01 || Not able to load SSL certificates | ||
Line 1,514: | Line 131: | ||
| CELL_HTTPS_ERROR_CERT_NEEDS_KEY || 0x80710a0c || The client certificate needs a private key | | CELL_HTTPS_ERROR_CERT_NEEDS_KEY || 0x80710a0c || The client certificate needs a private key | ||
|- | |- | ||
| CELL_HTTPS_ERROR_NET_SSL_CONNECT || 0x80710b00 || Error calling connect(). Error code is net_errno. | |||
| CELL_HTTPS_ERROR_NET_SSL_CONNECT || 0x80710b00 || Error calling connect(). Error code is net_errno. | |||
|- | |- | ||
| | | CELL_HTTPS_ERROR_NET_SSL_SEND || 0x80710c00 || Error calling send(). Error code is net_errno. | ||
|- | |- | ||
| | | CELL_HTTPS_ERROR_NET_SSL_RECV || 0x80710d00 || Error calling recv(). Error code is net_errno. | ||
|- | |- | ||
|} | |} | ||
Line 2,101: | Line 163: | ||
|- | |- | ||
| CELL_HTTP_UTIL_ERROR_INVALID_CHARACTER || 0x8071100a || Illegal character | | CELL_HTTP_UTIL_ERROR_INVALID_CHARACTER || 0x8071100a || Illegal character | ||
|- | |- | ||
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude> | |}<noinclude>[[Category:Development]][[Category:Main]]</noinclude> |