DidEndPrematurelyReason
enum DidEndPrematurelyReason : Error
extension ExposureDetection.DidEndPrematurelyReason: LocalizedError
Undocumented
-
Delegate was unable to provide an exposure manager to the transaction.
Declaration
Swift
case noExposureManager
-
The actual exposure summary detection was started but did either produce an error or no summary.
Declaration
Swift
case noSummary(Error?)
-
It was not possible to determine the remote days and/or hours that can be loaded.
Declaration
Swift
case noDaysAndHours
-
Unable to get exposure configuration
Declaration
Swift
case noExposureConfiguration
-
Unable to write diagnosis keys
Declaration
Swift
case unableToWriteDiagnosisKeys
-
Unable to get supported countries
Declaration
Swift
case noSupportedCountries
-
Unable to save key packages due to missing disk space
Declaration
Swift
case noDiskSpace
-
Undocumented
Declaration
Swift
func errorAlertController(rootController: UIViewController) -> UIAlertController?
-
Declaration
Swift
public var errorDescription: String? { get }