exception documentation

class SFTPError(Exception):

Constructor: SFTPError(errorCode, errorMessage, lang)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable code Undocumented
Instance Variable lang Undocumented
Property message A string received over the network that explains the error to a human.
Instance Variable _message Undocumented
def __init__(self, errorCode, errorMessage, lang=''):

Undocumented

def __str__(self) -> str:

Undocumented

code =

Undocumented

lang =

Undocumented

@property
message =

A string received over the network that explains the error to a human.

_message =

Undocumented