DatabaseSeedingError
enum DatabaseSeedingError : Swift.Error, CustomDebugStringConvertible
Errors thrown by ContentfulPersistence when trying to seed a database with bundled data.
-
Thrown if there is not valid JSON stored in the directory the libarary is trying to seed a database from.
Declaration
Swift
case invalidFilePath -
Declaration
Swift
public var debugDescription: String { get }
View on GitHub
DatabaseSeedingError Enumeration Reference