another.im-ios/Monal/another.im/XMPP/AimErrors.swift

6 lines
96 B
Swift
Raw Permalink Normal View History

2024-11-20 15:52:49 +00:00
enum AimErrors: Error {
case loginError
2024-11-22 16:54:07 +00:00
case contactRemoveError
2024-11-25 10:51:00 +00:00
case wrongContact
2024-11-20 15:52:49 +00:00
}