JWError
@objcMembers
public class JWError : NSError
A custom error class.
-
A single-word description of the error to make this error easy to key off of.
Declaration
Swift
public let key: String
-
A detailed description of the error.
Declaration
Swift
public let errorDescription: String
-
A localized description of the error.
Declaration
Swift
public override var localizedDescription: String { get }