another.im-ios/ConversationsClassic/AppData/AppError.swift

12 lines
238 B
Swift
Raw Normal View History

enum AppError: Error {
case clientNotFound
case rosterNotFound
case imageNotFound
case videoNotFound
case noData
case fileTooBig
case invalidContentType
case invalidLocalName
case featureNotSupported
}