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