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

7 lines
127 B
Swift

enum ClientStoreError: Error {
case clientNotFound
case rosterNotFound
case imageNotFound
case videoNotFound
}