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 -
A domain associated with an
NSError.Declaration
Swift
var errorDomain: String -
The error code associated with an
NSError.Declaration
Swift
var errorCode: Int
View on GitHub
RSDErrorResult Protocol Reference