This is the procedure that is linked into zodiac for static errors.
Raises an exception. If this function is called in the user's evaluation, and the exception is not caught, DrScheme will highlight the source position given by zodiac.
The link-text and link-tag arguments are used to index into the documentation. The link-text is used as a prefix to fmt and if clicked by the user will search for link-tag in the manual and go to the first page found there.
The fmt string and the args arguments are used to construct the error message. The procedure drscheme:interface:static-error accepts any number of args arguments.