Skip to content

SSH.Channel.Error

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

SSH.Channel.Error

Event signature

 Event Sub Error(Reasons As Integer)

Parameters

Name Type Comment
Reasons Integer A bitmask of one or more LIBSSH2_POLLFD_* constants.

Remarks

This event is raised if polling the channel resulted in an error condition.

See also

Clone this wiki locally