another.im-ios/AnotherIM/AppData/AppError.swift

13 lines
261 B
Swift
Raw Normal View History

enum AppError: Error {
case clientNotFound
case rosterNotFound
case imageNotFound
case videoNotFound
case noData
case fileTooBig
case invalidContentType
case invalidLocalName
case featureNotSupported
2024-09-08 14:57:50 +00:00
case securityError
}