Instance Propertyswift-nio 2.72.0NIOCore
description
IO.swift:166var description: String { get }
Other members in extension
Types
Show obsolete interfaces (1)
Hide obsolete interfaces
Type members
init(errnoCode: CInt, reason: String
) Creates a new `IOError``
Show obsolete interfaces (1)
Hide obsolete interfaces
init(errnoCode: CInt, function: StaticString
) Creates a new `IOError``
Instance members
var errnoCode: CInt
The
errno
that was set for the operation.var localizedDescription: String