another.im-ios/ConversationsClassic/AppData/AppError.swift
2024-09-08 16:57:50 +02:00

13 lines
261 B
Swift

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