Go to the first, previous, next, last section, table of contents.


typeError

Child of error.

Events relating to data type errors, such as those relating to data movement, inherit from this.

Keyword specifics available:

:datum
The offending value.
:expected-type
Type which :datum failed to satisfy.


Go to the first, previous, next, last section, table of contents.