RatchetClientError
@objc(VSRRatchetClientError)
public enum RatchetClientError : 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 } 
        RatchetClientError Enumeration Reference