another.im-ios/Monal/another.im/XMPP/AppError.swift
2024-11-19 17:07:51 +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
}