conversations-classic-ios/ConversationsClassic/AppData/AppError.swift
2024-08-19 09:03:15 +02:00

12 lines
238 B
Swift

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