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
Method | __init__ |
Undocumented |
Method | response |
Generate a FTP response message for this error. |
Instance Variable | errorMessage |
Undocumented |