Another process caused an action to fail.
| 2146 | """The specified mailbox is not empty and deletion was requested.""" |
| 2147 | |
| 2148 | class ExternalClashError(Error): |
| 2149 | """Another process caused an action to fail.""" |
| 2150 | |
| 2151 | class FormatError(Error): |
| 2152 | """A file appears to have an invalid format.""" |
no outgoing calls
no test coverage detected