REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 6-Feb-2009 Edit History |
A connection to another host failed. This is generic error covering a range of reasons for the connection failure. When more information is known about the reason for the connection failure, a more specific error will be thrown.
Message:
["Cannot connect to" :arg1]
Example:
filter-error try [read http://www.host.dom/] ** Access Error: Cannot connect to www.host.dom ** Where: read http://www.host.dom/
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |