Initializerswift-nio 2.81.0_NIOFileSystem
init(systemCall:errno:)
FileSystemError.swift:271init(systemCall: String, errno: Errno)
init(systemCall: String, errno: Errno)
s14_NIOFileSystem04FileB5ErrorV0b4CallD0V06systemE05errnoAESS_0B7Package5ErrnoVtcfc
What are these?296SG
import _NIOFileSystem
A file system library for Swift.
struct SystemCallError
An error resulting from a system call.
struct FileSystemError
An error thrown as a result of interaction with the file system.
@frozen struct String
A Unicode string value that is a collection of characters.
@frozen struct Errno
An error number used by system calls to communicate what kind of error occurred.
var description: String { get }
var errno: Errno
The errno set by the system call.
var systemCall: String
The name of the system call which produced the error.