class documentation

class FTPCmdError(Exception): (source)

Known subclasses: twisted.protocols.ftp.AnonUserDeniedError, twisted.protocols.ftp.AuthorizationError, twisted.protocols.ftp.BadCmdSequenceError, twisted.protocols.ftp.CmdArgSyntaxError, twisted.protocols.ftp.CmdNotImplementedError, twisted.protocols.ftp.CmdNotImplementedForArgError, twisted.protocols.ftp.CmdSyntaxError, twisted.protocols.ftp.FileExistsError, twisted.protocols.ftp.FileNotFoundError, twisted.protocols.ftp.IsADirectoryError, twisted.protocols.ftp.IsNotADirectoryError, twisted.protocols.ftp.PermissionDeniedError

View In Hierarchy

Generic exception for FTP commands.
Method __init__ Undocumented
Method response Generate a FTP response message for this error.
Instance Variable errorMessage Undocumented
def __init__(self, *msg): (source)

Undocumented

def response(self): (source)
Generate a FTP response message for this error.
errorMessage = (source)

Undocumented