EXTENSION
# RegistrationError
extension RegistrationError: LocalizedError
# Properties
# errorDescription
public var errorDescription: String?
# errorCode
public var errorCode: Int
# errorUserInfo
public var errorUserInfo: [String: Any]
# Methods
# ==(_:_:)
public static func == (
lhs: RegistrationError,
rhs: RegistrationError
) -> Bool
# Parameters
Name | Description |
---|---|
lhs | A value to compare. |
rhs | Another value to compare. |