RSDErrorResult
public protocol RSDErrorResult : RSDResult
RSDErrorResult
is a result that holds information about an error.
-
A description associated with an
NSError
.Declaration
Swift
var errorDescription: String { get }
-
A domain associated with an
NSError
.Declaration
Swift
var errorDomain: String { get }
-
The error code associated with an
NSError
.Declaration
Swift
var errorCode: Int { get }