-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.ErrorName
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
SSH.ErrorName
Protected Function ErrorName(ErrorNumber As Integer) As String| Name | Type | Comment |
|---|---|---|
ErrorNumber |
Integer | A libssh2 error number. |
The name of the error number, if known. For example, ErrorName(-31)="LIBSSH2_ERROR_SFTP_PROTOCOL".
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.