class twisted.protocols.ftp.IsADirectoryError(FTPCmdError): (source)
Raised when DELE is called on a path that is a directory.
Inherited from FTPCmdError:
| Method | __init__ | Undocumented |
| Instance Variable | errorMessage | Undocumented |
| Method | response | Generate a FTP response message for this error. |