another.im-ios/AnotherIM/AppData/AppError.swift
2024-10-31 12:43:16 +01: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
}