This commit is contained in:
fmodf 2024-08-19 08:57:11 +02:00
parent 9e8ae73ff7
commit 178a92469d
10 changed files with 0 additions and 4 deletions

View file

@ -3,12 +3,9 @@ enum AppError: Error {
case rosterNotFound case rosterNotFound
case imageNotFound case imageNotFound
case videoNotFound case videoNotFound
case fileStoreError
case noData case noData
case fileTooBig case fileTooBig
case invalidContentType case invalidContentType
case invalidPath
case invalidLocalName case invalidLocalName
case moduleNotAvailable
case featureNotSupported case featureNotSupported
} }

View file

@ -1,4 +1,3 @@
import Combine import Combine
import Foundation import Foundation
import GRDB import GRDB