conversations-classic-ios/ConversationsClassic/AppData/Store/ClientStoreError.swift
2024-08-17 23:33:14 +02:00

13 lines
262 B
Swift

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