The http_simple_send() error message (sys.HttpErrorMessage)¶
!temp sys.HttpErrorMessage,,a128 |
http_simple_send() error message |
If the http_simple_send method hits an error (wrong protocol…), it returns -1 and the message is stored in sys.HttpErrorMessage
This system variable is modified in the http_simple_send() function. And change it’s value has no other effect.
RELATED TOPICS |