EldoS
Navigation
Web site
Support
Table Of Contents

Error codes returned by HTTP components.


 
 

Possible values:

[C#] [Pascal] [ActiveX] [DLL] Value Description
SB_HTTP_ERROR_CONNECT_FAILED 100353 (0x18801) Error happened when opening connection to the remote host. This includes impossibility to connect, forceful closing of socket adter 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).
Declared in
[.NET] [Pascal]
Namespace: SBHTTPSCommon
Assembly: SecureBlackbox.HTTPCommon
Unit: SBHTTPSCommon

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation