Error
public enum Error : Swift.Error
extension Error: CustomStringConvertible
An error enum used when throwing errors within KituraNet.
-
An error occurred in the
IncomingSocketManagerDeclaration
Swift
case incomingSocketManagerFailure(errorCode: Int32, reason: String)Parameters
errCodeThe errno of the error
reasonA textual description of the error (from strerror)
-
Generate a printable version of this enum.
Declaration
Swift
public var description: String { get }
View on GitHub
Error Enumeration Reference