SBErrorCode
public protocol SBErrorCode : Error
Undocumented
-
Undocumented
Declaration
Swift
var message: String { get } -
Undocumented
Declaration
Swift
var code: Int { get } -
asSBError(message:Default implementation) Undocumented
Default Implementation
Converts error code to
SBErrorinstance with messageDeclaration
Swift
func asSBError(message: String?) -> SBError -
Undocumented
Declaration
Swift
init?(rawValue: Int) -
asSBErrorExtension method
View on GitHub
Install in Dash
SBErrorCode Protocol Reference