SAPcpmsAuthenticationManagerError
public enum SAPcpmsAuthenticationManagerError : Error
extension SAPcpmsAuthenticationManagerError: SAPError
Set of errors the SAPcpmsAuthenticationManager could encounter. In multi-user scenarios, the to field represents the userID if the user already exists, else it represents the user’s infoString (for instance, the email address).
- userSwitch: The acquired new credentials belong to a different user than the initial one
-
The acquired new credentials belong to a different user than the initial one
Declaration
Swift
case userSwitch(from: String, to: String) -
Declaration
Swift
public var description: String { get } -
A localized message describing the debug information.
Declaration
Swift
public var debugDescription: String { get } -
A localized message describing what error occurred.
Declaration
Swift
public var errorDescription: String? { get } -
A localized message describing the reason for the failure.
Declaration
Swift
public var failureReason: String? { get }