StructureNIOCore
IOError
An Error
for an IO operation.
struct IOError
An Error
for an IO operation.
struct IOError
init(errnoCode: CInt, reason: String)
Creates a new `IOError``
var description: String
A textual representation of this instance.
var errnoCode: CInt
The errno
that was set for the operation.
var halfWidthCornerQuoted: String
var localizedDescription: String
init(errnoCode: CInt, function: StaticString)
Creates a new `IOError``