OpenError
public enum OpenError : Error
List of errors that can happen when trying to present an edition.
-
Caused when trying to present a non downloaded edition.
Declaration
Swift
case editionNotDownloaded -
Caused when trying to present a non existing edition.
Declaration
Swift
case editionNotFound -
Caused by internal error.
Declaration
Swift
case internalError(Error)