Handbook
Glossary
download-failed ( response -- * )
HTTP client
ยป
HTTP client errors
Next:
too-many-redirects ( -- * )
Vocabulary
http
.
client
Error description
Thrown by
http-request
if the server returns a status code other than 200. The
response
slot can be inspected for the underlying cause of the problem.
Definition
IN:
http.client
ERROR:
download-failed
response
;
Methods
USING:
accessors
debugger
http.client
io
prettyprint
;
M:
download-failed
error.
"HTTP request failed:"
print
nl
response>>
...
;