isHTTPError {SSOAP} | R Documentation |
This examines the HTTP header information
(computed using getHTTPContent
)
and determines if there was an error
reported from the server.
isHTTPError(response)
response |
the header information computed from getHTTPContent |
This just looks at the status
entry and compares it to
the value 200.
A logical value indicating whether there was an error or not
Duncan Temple Lang <duncan@research.bell-labs.com>
http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.