Another process caused an action to fail.
| 2213 | """The specified mailbox is not empty and deletion was requested.""" |
| 2214 | |
| 2215 | class ExternalClashError(Error): |
| 2216 | """Another process caused an action to fail.""" |
| 2217 | |
| 2218 | class FormatError(Error): |
| 2219 | """A file appears to have an invalid format.""" |
no outgoing calls
no test coverage detected