EULAError
public enum EULAError : Error
extension EULAError: SAPError
Enum to handle errors in EULAStep
-
- cancelled: thrown when user cancelled the EULA screen
Declaration
Swift
case cancelled
-
- rejected: thrown when user rejected the EULA
Declaration
Swift
case rejected
-
- missing: thrown when there is no EULA content
Declaration
Swift
case missing
-
Message describing the error
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 }