DownloadError
public enum DownloadError : Error
List of errors that can happen when trying to download an edition.
-
Caused when the download failed because the JWT is missing.
Declaration
Swift
case noToken
-
Caused when the download failed because the user is not entitled to download an
Edition
.Declaration
Swift
case noEntitlements
-
Caused when the download failed because the user entitlements are expired.
Declaration
Swift
case entitlementsExpired
-
Caused when the download failed because the user token is invalid or malformed.
Declaration
Swift
case invalidEntitlements
-
Caused by internal error.
Declaration
Swift
case internalError(Error)