Swift Enumeration
enum AuthManagerError
case serviceError(String)
case unknown(String)
var errorMessage: String { get }
Was this page helpful?