Swift Enumeration
enum EmailSignerError
case generic(String)
case nonAvailable
case teeNotStarted
Was this page helpful?