WelcomeScreenError
public enum WelcomeScreenError : Error
extension WelcomeScreenError: SAPError
WelcomeScreen Error enum if demo mode button selected
-
- demoModeRequested: The user pushed the demo mode button
Declaration
Swift
case demoModeRequested -
Undocumented
Declaration
Swift
case scanConfirmationViewCancelled -
Error description
Declaration
Swift
public var description: String { get } -
A textual representation of this instance, suitable for debugging.
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 }