Error
public enum Error : Swift.Error
extension Error: CustomStringConvertible
An error enum used when throwing errors within KituraNet.
-
An error occurred in the
IncomingSocketManager
Declaration
Swift
case incomingSocketManagerFailure(errorCode: Int32, reason: String)
Parameters
errCode
The errno of the error
reason
A textual description of the error (from strerror)
-
Generate a printable version of this enum.
Declaration
Swift
public var description: String { get }