The specified mailbox is not empty and deletion was requested.
| 2215 | """The specified mailbox does not exist and won't be created.""" |
| 2216 | |
| 2217 | class NotEmptyError(Error): |
| 2218 | """The specified mailbox is not empty and deletion was requested.""" |
| 2219 | |
| 2220 | class ExternalClashError(Error): |
| 2221 | """Another process caused an action to fail.""" |
no outgoing calls
no test coverage detected
searching dependent graphs…