Error happened when opening connection to the remote host. This includes impossibility to connect, forceful closing of socket after connection and SSL/TLS handshake failure.
SB_HTTP_ERROR_REQUEST_NOT_COMPLETED
100354 (0x18802)
Communication failed for unidentified reason during sending request or retrieving response.
SB_HTTP_ERROR_INVALID_PROTOCOL_IN_URI
100355 (0x18803)
The provided URL has invalid protocol identifier (i.e. not HTTP and not HTTPS).
SB_HTTP_ERROR_DATETIME_PARSING_ERROR
100356 (0x18804)
The response header contains unparseable date/time values. This error is handled internally so you should not normally see it.
SB_HTTP_ERROR_COMPRESSION_ERROR
100357 (0x18805)
Error reported by compression engine when trying to decompress incoming data or when trying to compress outgoing data.
SB_HTTP_ERROR_AUTH_FAILURE
100358 (0x18806)
Digest or NTLM authentication failed.Note that this error is reported only when something goes wrong during performing this particular authentication types.For regular HTTPS authentication error is reported by the server via 401 response code.
SB_HTTP_ERROR_CANT_PARSE_RESPONSE
100359 (0x18807)
Response headers could not be parsed by the client for whatever reason (usually due to malformed response).
SB_HTTP_ERROR_CANT_PARSE_REQUEST
100360 (0x18808)
Client request headers could not be parsed by the server for whatever reason (usually due to malformed request).