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_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_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.
|