wip
This commit is contained in:
parent
9e8ae73ff7
commit
178a92469d
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
import Combine
|
import Combine
|
||||||
import Foundation
|
import Foundation
|
||||||
import GRDB
|
import GRDB
|
||||||
|
|
Loading…
Reference in a new issue