ExposureNotificationError
enum ExposureNotificationError : Error
extension ExposureNotificationError: ExposureSubmissionErrorTransformable
Undocumented
-
Undocumented
Declaration
Swift
case exposureNotificationRequired -
Undocumented
Declaration
Swift
case exposureNotificationAuthorization -
Undocumented
Declaration
Swift
case exposureNotificationUnavailable -
Typically occurs when
activate()is called more than once.Declaration
Swift
case apiMisuse -
Undocumented
Declaration
Swift
case unknown(String)
-
Undocumented
Declaration
Swift
func toExposureSubmissionError() -> ExposureSubmissionError