BaseClientError
@objc(VSSBaseClientError)
public enum BaseClientError : Int, LocalizedError
Declares client error types and codes
- noBody: service response does not have body
-
Undocumented
Declaration
Swift
case noBody = 1
-
Human-readable localized description
Declaration
Swift
public var errorDescription: String? { get }