Server Reference Guide : A. Error Codes and Messages : OpenROAD Server Errors : HTTP Routing Errors
 
Share this page                  
HTTP Routing Errors
The following error codes arise from conditions occurring within HTTP:
HRESULT
Description
0x8004C000
HTTP protocol error. (The web server returned an HTTP error. The text varies depending on the circumstances.)
0x8004C001
HTTP gatekeeper error. This code is reserved for your gatekeeper application. The gatekeeper provides the text.
0x8004C002
Unsupported protocol level. There is a mismatch between the client and server versions of the HTTP routing.
0x8004C003
Unexpected HTTP response message.
0x8004C004
Corrupted message format.
0x8004C005
Too many levels of recursion. The data structure being marshaled has too many nested levels, or the message may be corrupted.
0x8004C006
Invalid credential string. The credential string can contain two or four substrings, separated by a delimiter. The first character of the string specifies the delimiter.
0x8004C100
Serial Remote Server is not connected. The SRS must be connected to a server before 4GL procedures can be called through it.
0x8004C101
Serial Remote Server is already connected. The SRS must be disconnected from the current server before it can be connected to another.