MSIR.0841 HTTPRequest: Timeout=(value) exceeded: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 3: Line 3:
As a result of the error, no instance of HTTPResponse is created, and the request is cancelled if the cancel parameter on the Get or Post method call is set to 1.
As a result of the error, no instance of HTTPResponse is created, and the request is cancelled if the cancel parameter on the Get or Post method call is set to 1.


{{Template:MSIR.0841 footer}}
[[Category:Sirius Mods messages]] [[Category:MSIR.0800 - MSIR.0999]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0800 - MSIR.0999]]

Revision as of 18:31, 12 July 2016

This message indicates that the timeout setting specified for this HTTPRequest object has been exceeded. This timeout (in wall-clock seconds) is independent of any timeout set for the socket, and it covers connecting, sending the HTTP request, and fetching all the data.

As a result of the error, no instance of HTTPResponse is created, and the request is cancelled if the cancel parameter on the Get or Post method call is set to 1.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages