make-condition

[procedure] make-condition type field-name value ...

SRFI-35: creates a condition instance. type is a condition type object (see make-condition-type). field-name and value give initial values of the condition's fields.

The field value can be referenced by condition-ref.

Type of the given condition can be queried by condition-has-type?.