The specified mailbox is not empty and deletion was requested.
| 2143 | """The specified mailbox does not exist and won't be created.""" |
| 2144 | |
| 2145 | class NotEmptyError(Error): |
| 2146 | """The specified mailbox is not empty and deletion was requested.""" |
| 2147 | |
| 2148 | class ExternalClashError(Error): |
| 2149 | """Another process caused an action to fail.""" |
no outgoing calls
no test coverage detected