&i/o-port-error

[condition-type] &i/o-port-error

SRFI-36:

(define-condition-type &i/o-port-error &i/o-error
  i/o-port-error?
  (port i/o-error-port))

See &condition.