TweakError
public enum TweakError : LocalizedError
TweakError is the error type returned by TweaKit.
It encompasses a few different types of errors, each with their own associated reasons.
-
Error for trade.
Declaration
Swift
case trade(reason: TradeReason) -
Declaration
Swift
public var errorDescription: String? { get } -
Error reason for trade.
See moreDeclaration
Swift
enum TradeReason
View on GitHub
TweakError Enumeration Reference