CardClientError
@objc(VSSCardClientError)
public enum CardClientError : Int, LocalizedError
Declares client error types and codes
- constructingUrl: constructing url of endpoint failed
-
Undocumented
Declaration
Swift
case constructingUrl = 1
-
Human-readable localized description
Declaration
Swift
public var errorDescription: String? { get }