libssh-d-symmetry v0.0.1 (2021-10-17T15:27:23Z)
Dub
Repo
SSHException
libssh
errors
Undocumented in source.
class
SSHException : Exception {
SSHError
errorCode
[@property getter];
this
(string errorMessage);
this
(int errorCode);
this
(int errorCode, string errorMessage);
this
(ssh_session session);
this
(ssh_bind bind);
}
Constructors
this
this
(string errorMessage)
Undocumented in source.
this
this
(int errorCode)
Undocumented in source.
this
this
(int errorCode, string errorMessage)
Undocumented in source.
this
this
(ssh_session session)
Undocumented in source.
this
this
(ssh_bind bind)
Undocumented in source.
Members
Properties
errorCode
SSHError
errorCode
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
libssh
errors
classes
SFTPException
SSHException
enums
SFTPError
SSHError
functions
checkForNullError
checkForRCError