REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 6-Feb-2009 Edit History  

REBOL 3 Errors: invalid-spec

An attempt was made to create a port with make using a specification that a port could not be built from.

Message:

["Invalid port spec:" :arg1]

Example:

filter-error try [p: make port! [scheme: 'naughta]]
** Access Error: Invalid port spec: scheme naughta
** Where: p: make port! [scheme: 'naughta]


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin