The specified mailbox is not empty and deletion was requested.
| 2210 | """The specified mailbox does not exist and won't be created.""" |
| 2211 | |
| 2212 | class NotEmptyError(Error): |
| 2213 | """The specified mailbox is not empty and deletion was requested.""" |
| 2214 | |
| 2215 | class ExternalClashError(Error): |
| 2216 | """Another process caused an action to fail.""" |
no outgoing calls
no test coverage detected