Skip to main content
Enumeration
enum AuthManagerError

Enumeration Cases

AuthManagerError.invalidEmail

case invalidEmail

AuthManagerError.invalidInput(_:)

case invalidInput(String)

AuthManagerError.noPendingOTP

case noPendingOTP

AuthManagerError.serviceError(_:)

case serviceError(String)

AuthManagerError.unknown(_:)

case unknown(String)

Instance Properties

code

Inherited from CrossmintError.code.
var code: String { get }

message

Inherited from CrossmintError.message.
var message: String { get }

recoverySuggestion

Inherited from CrossmintError.recoverySuggestion.
var recoverySuggestion: String? { get }