Failure
public enum Failure : SAPError
Error cases that may happen when obtaining OAuth 2 token.
-
Encapsulates the various errors that may occur while obtaining an OAuth 2 token.
Declaration
Swift
case tokenError(Swift.Error) -
A textual representation of this instance.
Declaration
Swift
public var debugDescription: String { get } -
A textual representation of this instance.
Declaration
Swift
public var description: String { get }