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

15 lines
311 B
Swift

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