ExposureSubmissionErrorTransformable
protocol ExposureSubmissionErrorTransformable
This protocol ensures that a given ErrorType can be transformed into an
ExposureSubmissionError
.
For the future, if other transformations are needed, it is advised to create
a corrseponding protocol specific to the destination error type.
-
Undocumented
Declaration
Swift
func toExposureSubmissionError() -> ExposureSubmissionError