Template:CELL ERROR FACILITY HTTP - 0x071

From PS3 Developer wiki
Jump to navigation Jump to search

Cell Http errors (libhttp)

Name Errorcode Remarks
CELL_HTTP_ERROR_ALREADY_INITIALIZED 0x80710001 Library has already been initialized and cannot be initialized again.
CELL_HTTP_ERROR_NOT_INITIALIZED 0x80710002 Library has not yet been initialized. Please initialize before use.
CELL_HTTP_ERROR_NO_MEMORY 0x80710003 Call to allocate memory failed (returns NULL)
CELL_HTTP_ERROR_NO_BUFFER 0x80710004 No buffer was provided in one of the parameters
CELL_HTTP_ERROR_NO_STRING 0x80710005 No string to read has been provided (as a parameter)
CELL_HTTP_ERROR_INSUFFICIENT 0x80710006 Buffer space was insufficient to write into
CELL_HTTP_ERROR_INVALID_URI 0x80710007 Malformed URI
CELL_HTTP_ERROR_INVALID_HEADER 0x80710008 Malformed libhttp header
CELL_HTTP_ERROR_BAD_METHOD 0x80710009 The method provided is not usable
CELL_HTTP_ERROR_BAD_CLIENT 0x80710010 Not a proper client ID
CELL_HTTP_ERROR_BAD_TRANS 0x80710011 Not a proper transaction ID
CELL_HTTP_ERROR_NO_CONNECTION 0x80710012 No connection available
CELL_HTTP_ERROR_NO_REQUEST_SENT 0x80710013 Request has not been sent yet
CELL_HTTP_ERROR_ALREADY_BUILT 0x80710014 Request has already been built
CELL_HTTP_ERROR_ALREADY_SENT 0x80710015 Request has already been sent
CELL_HTTP_ERROR_NO_HEADER 0x80710016 That header does not exist
CELL_HTTP_ERROR_NO_CONTENT_LENGTH 0x80710017 No content-length was defined
CELL_HTTP_ERROR_TOO_MANY_REDIRECTS 0x80710018 Exceeded maximum number of auto-redirections (default:5)
CELL_HTTP_ERROR_TOO_MANY_AUTHS 0x80710019 Exceeded maximum number of auto-authentication tries (default:5)
CELL_HTTP_ERROR_TRANS_NO_CONNECTION 0x80710020 Transaction does not have a connection associated to it
CELL_HTTP_ERROR_CB_FAILED 0x80710021 Tried to callback to the application, but failed (e.g.: CellHttpAuthenticationCallback returns a negative value or has not been set)
CELL_HTTP_ERROR_NOT_PIPED 0x80710022 The connection has no transactions in the pipeline –internal error
CELL_HTTP_ERROR_OUT_OF_ORDER_PIPE 0x80710023 There is another request next in the pipeline
CELL_HTTP_ERROR_TRANS_ABORTED 0x80710024 This transaction has been aborted
CELL_HTTP_ERROR_BROKEN_PIPELINE 0x80710025 The pipeline that this transaction was using has been aborted, and thus broke the pipeline
CELL_HTTP_ERROR_UNAVAILABLE 0x80710026 The request made is for an unavailable service
CELL_HTTP_ERROR_INVALID_VALUE 0x80710027 An invalid value was found in processing
CELL_HTTP_ERROR_CANNOT_AUTHENTICATE 0x80710028 Cannot authenticate the transaction (not enough info)
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_CACHE_ALREADY_INITIALIZED 0x80710043 cache has already been initialized
CELL_HTTP_ERROR_CACHE_NOT_INITIALIZED 0x80710044 cache has not yet been initialized
CELL_HTTP_ERROR_LINE_EXCEEDS_MAX 0x80710045 The response line or header exceeds the maximum response buffer size
CELL_HTTP_ERROR_REQUIRES_BASIC_AUTH 0x80710046 basic auth is disabled, yet basic auth is required for authorization
CELL_HTTP_ERROR_UNKNOWN 0x80710051 Undefined error (not listed below)
CELL_HTTP_ERROR_INTERNAL 0x80710052 Internal failure
CELL_HTTP_ERROR_NONREMOVABLE 0x80710053 Not a removable connection (not free or non-existent connection)
CELL_HTTP_ERROR_BAD_CONN 0x80710054 Bad connection (non-existent)
CELL_HTTP_ERROR_BAD_MAN 0x80710055 Bad connection manager (non-existent)
CELL_HTTP_ERROR_NO_POOL 0x80710056 No connection pool exists
CELL_HTTP_ERROR_NO_REQUEST 0x80710057 No request (structure) or request has not been created yet
CELL_HTTP_ERROR_LOCK_FAILED 0x80710058 Internal failure
CELL_HTTP_ERROR_INVALID_DATA 0x80710059 Encountered invalid data during processing
CELL_HTTP_ERROR_BROKEN_CHUNK 0x8071005a Unexpectedly interrupted while processing chunk encoding
CELL_HTTP_ERROR_DECODE_SETUP 0x8071005b error occured in setting up for decoding
CELL_HTTP_ERROR_DECODE_STREAM 0x8071005c error occured in setting up for decoding
CELL_HTTP_ERROR_BROKEN_DECODE_STREAM 0x8071005d the decode stream has been interrupted
CELL_HTTP_ERROR_INVALID_DCACHE_PATH 0x80710060 disk cache path is invalid
CELL_HTTP_ERROR_DCACHE_ALREADY_INITIALIZED 0x80710061 disk cache has already been initialized
CELL_HTTP_ERROR_DCACHE_NOT_INITIALIZED 0x80710062 disk cache has not yet been initialized
CELL_HTTP_ERROR_TOO_MANY_DCACHE_ENTRY 0x80710063 too many disk cache entries
CELL_HTTP_ERROR_DUP_DCACHE_ENTRY 0x80710064 duplicated cache entry is found
CELL_HTTP_ERROR_WRITE_DCACHE 0x80710065 unknown disk cache writing error
CELL_HTTP_ERROR_READ_DCACHE 0x80710066 unknown disk cache reading error
CELL_HTTP_ERROR_CACHE_TOO_LARGE 0x80710067 too large cache entry
CELL_HTTP_ERROR_INVALID_DCACHE_VERSION 0x80710068 invalid disk cache version
CELL_HTTP_ERROR_DCACHE_FILE_BROKEN 0x80710069 disk cache file is broken
CELL_HTTP_ERROR_DCACHE_EXCEEDS_MAX 0x8071006a disk cache exceeds maximum allowed
CELL_HTTP_ERROR_DCACHE_BUSY 0x8071006b disk cache is busy
CELL_HTTP_ERROR_DCACHE_INDEX_BROKEN 0x8071006c disk cache index file is broken
CELL_HTTP_ERROR_INVALID_DCACHE_INDEX_NODE 0x8071006d invalid index node type
CELL_HTTP_ERROR_DCACHE_FILE_INCONSISTENCY 0x8071006e detect inconsistency in cache file
CELL_HTTP_ERROR_DCACHE_URI_TOO_LONG 0x8071006f too long url
CELL_HTTP_ERROR_READ_DCACHE_EOF 0x80710070 eof in reading
CELL_HTTP_ERROR_END_OF_DCACHE_INDEX_NODE 0x80710071 end of node
CELL_HTTP_ERROR_NO_CACHE_MEMORY 0x80710072 no cache memory
CELL_HTTP_ERROR_DCACHE_BROKEN 0x80710073 broken cache file
CELL_HTTP_ERROR_DCACHE_TOO_MANY_WRITE 0x80710074 too many cache file for writing
CELL_HTTP_ERROR_DCACHE_TOO_MANY_READ 0x80710075 too many cache file for reading
CELL_HTTP_ERROR_DCACHE_FATAL 0x80710076 fatal error have been occured
CELL_HTTP_ERROR_DCACHE_UNSUPPORTED_FEATURE 0x80710077 unsupported feature
CELL_HTTP_ERROR_DCACHE_INDEX_IS_ALREADY_OPEN 0x80710078 cache index node is alread open
CELL_HTTP_ERROR_DCACHE_INDEX_IS_OPENING 0x80710079 cache index node is now opening
CELL_HTTP_ERROR_DCACHE_UNKNOWN 0x80710080 diskcache unknown error
CELL_HTTP_ERROR_DCACHE_INDEX_IS_CLOSED 0x80710081 cache index node is already closed
CELL_HTTP_ERROR_DCACHE_ABORTED 0x80710082 opening diskcache is aborted
CELL_HTTP_ERROR_DCACHE_INDEX_IS_CLOSING 0x80710083 opening diskcache is aborted
CELL_HTTP_ERROR_DCACHE_UNKNOWN_INDEX_STATE 0x80710084 unknown index state
CELL_HTTP_ERROR_NET_FIN 0x80710091 Received EOF (FIN) from the socket
CELL_HTTP_ERROR_NET_CONNECT_TIMEOUT 0x80710092 Timed out while connecting
CELL_HTTP_ERROR_NET_SELECT_TIMEOUT 0x80710093 Timed out while polling
CELL_HTTP_ERROR_NET_SEND_TIMEOUT 0x80710094 timed out while polling
CELL_HTTP_ERROR_NET_RESOLVER 0x80710100 Error calling gethostbyname(). Error code is net_h_errno.
CELL_HTTP_ERROR_NET_RESOLVER_HOST_NOT_FOUND 0x80710101 Connection error
CELL_HTTP_ERROR_NET_RESOLVER_TRY_AGAIN 0x80710102 DNS Error; No DNS server available. / IP conflict, PS3 Cannot connect to the router with current IP information. Try rebooting your router
CELL_HTTP_ERROR_NET_RESOLVER_NO_RECOVERY 0x80710103
CELL_HTTP_ERROR_NET_RESOLVER_NO_DATA
CELL_HTTP_ERROR_NET_RESOLVER_NO_ADDRESS
0x80710104 DNS Error / Experienced with Cobra CFW and trying PS3ITA/Rebug Spoof for PSN.
CELL_HTTP_ERROR_NET_RESOLVER_NETDB_INTERNAL 0x807101FF An error occurred during communication with the server. This is a DNS error
CELL_HTTP_ERROR_NET_ABORT 0x80710200 Error calling network abort. Error code is net_errno.
CELL_HTTP_ERROR_NET_ABORT_EPERM 0x80710201
CELL_HTTP_ERROR_NET_ABORT_ENOENT 0x80710202
CELL_HTTP_ERROR_NET_ABORT_ESRCH 0x80710203
CELL_HTTP_ERROR_NET_ABORT_EINTR 0x80710204
CELL_HTTP_ERROR_NET_ABORT_EIO 0x80710205
CELL_HTTP_ERROR_NET_ABORT_ENXIO 0x80710206
CELL_HTTP_ERROR_NET_ABORT_E2BIG 0x80710207
CELL_HTTP_ERROR_NET_ABORT_ENOEXC 0x80710208
CELL_HTTP_ERROR_NET_ABORT_EBADF 0x80710209
CELL_HTTP_ERROR_NET_ABORT_ECHILD 0x8071020a
CELL_HTTP_ERROR_NET_ABORT_EDEADLK 0x8071020b
CELL_HTTP_ERROR_NET_ABORT_ENOMEM 0x8071020c
CELL_HTTP_ERROR_NET_ABORT_EACCES 0x8071020d
CELL_HTTP_ERROR_NET_ABORT_EFAULT 0x8071020e
CELL_HTTP_ERROR_NET_ABORT_ENOTBLK 0x8071020f
CELL_HTTP_ERROR_NET_ABORT_EBUSY 0x80710210
CELL_HTTP_ERROR_NET_ABORT_EEXIST 0x80710211
CELL_HTTP_ERROR_NET_ABORT_EXDEV 0x80710212
CELL_HTTP_ERROR_NET_ABORT_ENODEV 0x80710213
CELL_HTTP_ERROR_NET_ABORT_ENOTDIR 0x80710214
CELL_HTTP_ERROR_NET_ABORT_EISDIR 0x80710215
CELL_HTTP_ERROR_NET_ABORT_EINVAL 0x80710216
CELL_HTTP_ERROR_NET_ABORT_ENFILE 0x80710217
CELL_HTTP_ERROR_NET_ABORT_EMFILE 0x80710218
CELL_HTTP_ERROR_NET_ABORT_ENOTTY 0x80710219
CELL_HTTP_ERROR_NET_ABORT_ETXTBSY 0x8071021a
CELL_HTTP_ERROR_NET_ABORT_EFBIG 0x8071021b
CELL_HTTP_ERROR_NET_ABORT_ENOSPC 0x8071021c
CELL_HTTP_ERROR_NET_ABORT_ESPIPE 0x8071021d
CELL_HTTP_ERROR_NET_ABORT_EROFS 0x8071021e
CELL_HTTP_ERROR_NET_ABORT_EMLINK 0x8071021f
CELL_HTTP_ERROR_NET_ABORT_EPIPE 0x80710220
CELL_HTTP_ERROR_NET_ABORT_EDOM 0x80710221
CELL_HTTP_ERROR_NET_ABORT_ERANGE 0x80710222
CELL_HTTP_ERROR_NET_ABORT_EAGAIN 0x80710223
CELL_HTTP_ERROR_NET_ABORT_EWOULDBLOCK 0x80710223
CELL_HTTP_ERROR_NET_ABORT_EINPROGRESS 0x80710224
CELL_HTTP_ERROR_NET_ABORT_EALREADY 0x80710225
CELL_HTTP_ERROR_NET_ABORT_ENOTSOCK 0x80710226
CELL_HTTP_ERROR_NET_ABORT_EDESTADDRREQ 0x80710227
CELL_HTTP_ERROR_NET_ABORT_EMSGSIZE 0x80710228
CELL_HTTP_ERROR_NET_ABORT_EPROTOTYPE 0x80710229
CELL_HTTP_ERROR_NET_ABORT_ENOPROTOOPT 0x8071022a
CELL_HTTP_ERROR_NET_ABORT_EPROTONOSUPPORT 0x8071022b
CELL_HTTP_ERROR_NET_ABORT_ESOCKTNOSUPPORT 0x8071022c
CELL_HTTP_ERROR_NET_ABORT_EOPNOTSUPP 0x8071022d
CELL_HTTP_ERROR_NET_ABORT_EPFNOSUPPORT 0x8071022e
CELL_HTTP_ERROR_NET_ABORT_EAFNOSUPPORT 0x8071022f
CELL_HTTP_ERROR_NET_ABORT_EADDRINUSE 0x80710230
CELL_HTTP_ERROR_NET_ABORT_EADDRNOTAVAIL 0x80710231
CELL_HTTP_ERROR_NET_ABORT_ENETDOWN 0x80710232
CELL_HTTP_ERROR_NET_ABORT_ENETUNREACH 0x80710233
CELL_HTTP_ERROR_NET_ABORT_ENETRESET 0x80710234
CELL_HTTP_ERROR_NET_ABORT_ECONNABORTED 0x80710235
CELL_HTTP_ERROR_NET_ABORT_ECONNRESET 0x80710236
CELL_HTTP_ERROR_NET_ABORT_ENOBUFS 0x80710237
CELL_HTTP_ERROR_NET_ABORT_EISCONN 0x80710238
CELL_HTTP_ERROR_NET_ABORT_ENOTCONN 0x80710239
CELL_HTTP_ERROR_NET_ABORT_ESHUTDOWN 0x8071023a
CELL_HTTP_ERROR_NET_ABORT_ETOOMANYREFS 0x8071023b
CELL_HTTP_ERROR_NET_ABORT_ETIMEDOUT 0x8071023c
CELL_HTTP_ERROR_NET_ABORT_ECONNREFUSED 0x8071023d
CELL_HTTP_ERROR_NET_ABORT_ELOOP 0x8071023e
CELL_HTTP_ERROR_NET_ABORT_ENAMETOOLONG 0x8071023f
CELL_HTTP_ERROR_NET_ABORT_EHOSTDOWN 0x80710240
CELL_HTTP_ERROR_NET_ABORT_EHOSTUNREACH 0x80710241
CELL_HTTP_ERROR_NET_ABORT_ENOTEMPTY 0x80710242
CELL_HTTP_ERROR_NET_ABORT_EPROCLIM 0x80710243
CELL_HTTP_ERROR_NET_ABORT_EUSERS 0x80710244
CELL_HTTP_ERROR_NET_ABORT_EDQUOT 0x80710245
CELL_HTTP_ERROR_NET_ABORT_ESTALE 0x80710246
CELL_HTTP_ERROR_NET_ABORT_EREMOTE 0x80710247
CELL_HTTP_ERROR_NET_ABORT_EBADRPC 0x80710248
CELL_HTTP_ERROR_NET_ABORT_ERPCMISMATCH 0x80710249
CELL_HTTP_ERROR_NET_ABORT_EPROGUNAVAIL 0x8071024a
CELL_HTTP_ERROR_NET_ABORT_EPROGMISMATCH 0x8071024b
CELL_HTTP_ERROR_NET_ABORT_EPROCUNAVAIL 0x8071024c
CELL_HTTP_ERROR_NET_ABORT_ENOLCK 0x8071024d
CELL_HTTP_ERROR_NET_ABORT_ENOSYS 0x8071024e
CELL_HTTP_ERROR_NET_ABORT_EFTYPE 0x8071024f
CELL_HTTP_ERROR_NET_ABORT_EAUTH 0x80710250
CELL_HTTP_ERROR_NET_ABORT_ENEEDAUTH 0x80710251
CELL_HTTP_ERROR_NET_ABORT_EIDRM 0x80710252
CELL_HTTP_ERROR_NET_ABORT_ENOMSG 0x80710253
CELL_HTTP_ERROR_NET_ABORT_EOVERFLOW 0x80710254
CELL_HTTP_ERROR_NET_ABORT_EILSEQ 0x80710255
CELL_HTTP_ERROR_NET_ABORT_ENOTSUP 0x80710256
CELL_HTTP_ERROR_NET_ABORT_ECANCELED 0x80710257
CELL_HTTP_ERROR_NET_ABORT_EBADMSG 0x80710258
CELL_HTTP_ERROR_NET_ABORT_ENODATA 0x80710259
CELL_HTTP_ERROR_NET_ABORT_ENOSR 0x8071025a
CELL_HTTP_ERROR_NET_ABORT_ENOSTR 0x8071025b
CELL_HTTP_ERROR_NET_ABORT_ETIME 0x8071025c
CELL_HTTP_ERROR_NET_OPTION 0x80710300 Error calling setsockopt(). Error code is net_errno.
CELL_HTTP_ERROR_NET_OPTION_EPERM 0x80710301
CELL_HTTP_ERROR_NET_OPTION_ENOENT 0x80710302
CELL_HTTP_ERROR_NET_OPTION_ESRCH 0x80710303
CELL_HTTP_ERROR_NET_OPTION_EINTR 0x80710304
CELL_HTTP_ERROR_NET_OPTION_EIO 0x80710305
CELL_HTTP_ERROR_NET_OPTION_ENXIO 0x80710306
CELL_HTTP_ERROR_NET_OPTION_E2BIG 0x80710307
CELL_HTTP_ERROR_NET_OPTION_ENOEXC 0x80710308
CELL_HTTP_ERROR_NET_OPTION_EBADF 0x80710309
CELL_HTTP_ERROR_NET_OPTION_ECHILD 0x8071030a
CELL_HTTP_ERROR_NET_OPTION_EDEADLK 0x8071030b
CELL_HTTP_ERROR_NET_OPTION_ENOMEM 0x8071030c
CELL_HTTP_ERROR_NET_OPTION_EACCES 0x8071030d
CELL_HTTP_ERROR_NET_OPTION_EFAULT 0x8071030e
CELL_HTTP_ERROR_NET_OPTION_ENOTBLK 0x8071030f
CELL_HTTP_ERROR_NET_OPTION_EBUSY 0x80710310
CELL_HTTP_ERROR_NET_OPTION_EEXIST 0x80710311
CELL_HTTP_ERROR_NET_OPTION_EXDEV 0x80710312
CELL_HTTP_ERROR_NET_OPTION_ENODEV 0x80710313
CELL_HTTP_ERROR_NET_OPTION_ENOTDIR 0x80710314
CELL_HTTP_ERROR_NET_OPTION_EISDIR 0x80710315
CELL_HTTP_ERROR_NET_OPTION_EINVAL 0x80710316
CELL_HTTP_ERROR_NET_OPTION_ENFILE 0x80710317
CELL_HTTP_ERROR_NET_OPTION_EMFILE 0x80710318
CELL_HTTP_ERROR_NET_OPTION_ENOTTY 0x80710319
CELL_HTTP_ERROR_NET_OPTION_ETXTBSY 0x8071031a
CELL_HTTP_ERROR_NET_OPTION_EFBIG 0x8071031b
CELL_HTTP_ERROR_NET_OPTION_ENOSPC 0x8071031c
CELL_HTTP_ERROR_NET_OPTION_ESPIPE 0x8071031d
CELL_HTTP_ERROR_NET_OPTION_EROFS 0x8071031e
CELL_HTTP_ERROR_NET_OPTION_EMLINK 0x8071031f
CELL_HTTP_ERROR_NET_OPTION_EPIPE 0x80710320
CELL_HTTP_ERROR_NET_OPTION_EDOM 0x80710321
CELL_HTTP_ERROR_NET_OPTION_ERANGE 0x80710322
CELL_HTTP_ERROR_NET_OPTION_EAGAIN 0x80710323
CELL_HTTP_ERROR_NET_OPTION_EWOULDBLOCK 0x80710323
CELL_HTTP_ERROR_NET_OPTION_EINPROGRESS 0x80710324
CELL_HTTP_ERROR_NET_OPTION_EALREADY 0x80710325
CELL_HTTP_ERROR_NET_OPTION_ENOTSOCK 0x80710326
CELL_HTTP_ERROR_NET_OPTION_EDESTADDRREQ 0x80710327
CELL_HTTP_ERROR_NET_OPTION_EMSGSIZE 0x80710328
CELL_HTTP_ERROR_NET_OPTION_EPROTOTYPE 0x80710329
CELL_HTTP_ERROR_NET_OPTION_ENOPROTOOPT 0x8071032a
CELL_HTTP_ERROR_NET_OPTION_EPROTONOSUPPORT 0x8071032b
CELL_HTTP_ERROR_NET_OPTION_ESOCKTNOSUPPORT 0x8071032c
CELL_HTTP_ERROR_NET_OPTION_EOPNOTSUPP 0x8071032d
CELL_HTTP_ERROR_NET_OPTION_EPFNOSUPPORT 0x8071032e
CELL_HTTP_ERROR_NET_OPTION_EAFNOSUPPORT 0x8071032f
CELL_HTTP_ERROR_NET_OPTION_EADDRINUSE 0x80710330
CELL_HTTP_ERROR_NET_OPTION_EADDRNOTAVAIL 0x80710331
CELL_HTTP_ERROR_NET_OPTION_ENETDOWN 0x80710332
CELL_HTTP_ERROR_NET_OPTION_ENETUNREACH 0x80710333
CELL_HTTP_ERROR_NET_OPTION_ENETRESET 0x80710334
CELL_HTTP_ERROR_NET_OPTION_ECONNABORTED 0x80710335
CELL_HTTP_ERROR_NET_OPTION_ECONNRESET 0x80710336
CELL_HTTP_ERROR_NET_OPTION_ENOBUFS 0x80710337
CELL_HTTP_ERROR_NET_OPTION_EISCONN 0x80710338
CELL_HTTP_ERROR_NET_OPTION_ENOTCONN 0x80710339
CELL_HTTP_ERROR_NET_OPTION_ESHUTDOWN 0x8071033a
CELL_HTTP_ERROR_NET_OPTION_ETOOMANYREFS 0x8071033b
CELL_HTTP_ERROR_NET_OPTION_ETIMEDOUT 0x8071033c
CELL_HTTP_ERROR_NET_OPTION_ECONNREFUSED 0x8071033d
CELL_HTTP_ERROR_NET_OPTION_ELOOP 0x8071033e
CELL_HTTP_ERROR_NET_OPTION_ENAMETOOLONG 0x8071033f
CELL_HTTP_ERROR_NET_OPTION_EHOSTDOWN 0x80710340
CELL_HTTP_ERROR_NET_OPTION_EHOSTUNREACH 0x80710341
CELL_HTTP_ERROR_NET_OPTION_ENOTEMPTY 0x80710342
CELL_HTTP_ERROR_NET_OPTION_EPROCLIM 0x80710343
CELL_HTTP_ERROR_NET_OPTION_EUSERS 0x80710344
CELL_HTTP_ERROR_NET_OPTION_EDQUOT 0x80710345
CELL_HTTP_ERROR_NET_OPTION_ESTALE 0x80710346
CELL_HTTP_ERROR_NET_OPTION_EREMOTE 0x80710347
CELL_HTTP_ERROR_NET_OPTION_EBADRPC 0x80710348
CELL_HTTP_ERROR_NET_OPTION_ERPCMISMATCH 0x80710349
CELL_HTTP_ERROR_NET_OPTION_EPROGUNAVAIL 0x8071034a
CELL_HTTP_ERROR_NET_OPTION_EPROGMISMATCH 0x8071034b
CELL_HTTP_ERROR_NET_OPTION_EPROCUNAVAIL 0x8071034c
CELL_HTTP_ERROR_NET_OPTION_ENOLCK 0x8071034d
CELL_HTTP_ERROR_NET_OPTION_ENOSYS 0x8071034e
CELL_HTTP_ERROR_NET_OPTION_EFTYPE 0x8071034f
CELL_HTTP_ERROR_NET_OPTION_EAUTH 0x80710350
CELL_HTTP_ERROR_NET_OPTION_ENEEDAUTH 0x80710351
CELL_HTTP_ERROR_NET_OPTION_EIDRM 0x80710352
CELL_HTTP_ERROR_NET_OPTION_ENOMSG 0x80710353
CELL_HTTP_ERROR_NET_OPTION_EOVERFLOW 0x80710354
CELL_HTTP_ERROR_NET_OPTION_EILSEQ 0x80710355
CELL_HTTP_ERROR_NET_OPTION_ENOTSUP 0x80710356
CELL_HTTP_ERROR_NET_OPTION_ECANCELED 0x80710357
CELL_HTTP_ERROR_NET_OPTION_EBADMSG 0x80710358
CELL_HTTP_ERROR_NET_OPTION_ENODATA 0x80710359
CELL_HTTP_ERROR_NET_OPTION_ENOSR 0x8071035a
CELL_HTTP_ERROR_NET_OPTION_ENOSTR 0x8071035b
CELL_HTTP_ERROR_NET_OPTION_ETIME 0x8071035c
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_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_SELECT 0x80710800 Error calling select(). Error code is net_errno.

Cell Https errors (libhttps)

Name Errorcode Remarks
CELL_HTTPS_ERROR_CERTIFICATE_LOAD 0x80710a01 Not able to load SSL certificates
CELL_HTTPS_ERROR_BAD_MEMORY 0x80710a02 SSL memory call failed
CELL_HTTPS_ERROR_CONTEXT_CREATION 0x80710a03 Failed to create SSL context
CELL_HTTPS_ERROR_CONNECTION_CREATION 0x80710a04 Failed to create SSL connection
CELL_HTTPS_ERROR_SOCKET_ASSOCIATION 0x80710a05 Failed to associate socket with SSL connection
CELL_HTTPS_ERROR_HANDSHAKE 0x80710a06 SSL Connect Handshake error, or SSL certificate verification failed
CELL_HTTPS_ERROR_LOOKUP_CERTIFICATE 0x80710a07 Failed to retrieve SSL certificate
CELL_HTTPS_ERROR_NO_SSL 0x80710a08 libssl is not available or has not been initialized
CELL_HTTPS_ERROR_KEY_LOAD 0x80710a09 Cannot load the private key
CELL_HTTPS_ERROR_CERT_KEY_MISMATCH 0x80710a0a The private key and client certificate do not match
CELL_HTTPS_ERROR_KEY_NEEDS_CERT 0x80710a0b The private key needs a client certificate
CELL_HTTPS_ERROR_CERT_NEEDS_KEY 0x80710a0c The client certificate needs a private key
CELL_HTTPS_ERROR_RETRY_CONNECTION 0x80710a0d internal error code
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.

Cell Http Util errors (libhttp_util)

Name Errorcode Remarks
CELL_HTTP_UTIL_ERROR_NO_MEMORY 0x80711001 There was not enough memory in the pool
CELL_HTTP_UTIL_ERROR_NO_BUFFER 0x80711002 No buffer has been provided (as a parameter)
CELL_HTTP_UTIL_ERROR_NO_STRING 0x80711003 No string to read has been provided (as a parameter)
CELL_HTTP_UTIL_ERROR_INSUFFICIENT 0x80711004 Buffer space was insufficient to write into
CELL_HTTP_UTIL_ERROR_INVALID_URI 0x80711005 Malformed URI
CELL_HTTP_UTIL_ERROR_INVALID_HEADER 0x80711006 Malformed header
CELL_HTTP_UTIL_ERROR_INVALID_REQUEST 0x80711007 Malformed request line
CELL_HTTP_UTIL_ERROR_INVALID_RESPONSE 0x80711008 Malformed response (status line)
CELL_HTTP_UTIL_ERROR_INVALID_LENGTH 0x80711009 Invalid length of buffer
CELL_HTTP_UTIL_ERROR_INVALID_CHARACTER 0x8071100a Illegal character

Other 0x071 Errors

Name Errorcode Remarks
0x8071053D Hard boot the PS3, turn off the PS3 to stand-by, flip off the back switch and completely remove the power cord. Shut off your modem/router, for approx. 5 minutes, then turn the modem back up first and let it sync. Then turn the router back on (if you're using one) and let it sync. Reconnect your power cable and flip the back switch up again. Then make a new network connection
0x80710541 The connection to the server timed out.
0x80710723 Possible Port Error. Try opening ports , TCP port: 80, 443, 5223 and UDP port: 3478, 3479, 3658.
0x80710B23 PS3 Network is Down or PS3 Network is too busy to respond
0x80710B36 "An error has occured." PS3 Network ("What's news) is too busy to respond.
0x80710D23 Turn the PS3 off for approx. 30 minutes with the power toggle, not standby mode
0x80710D36 HTTP header "content-length" is bigger than the actual content returned by the server