Initializerswift-nio 2.84.0_NIOFileSystem
init(function:file:line:)
FileSystemError.swift:247init(function: String, file: String, line: Int)
init(function: String, file: String, line: Int)
s14_NIOFileSystem04FileB5ErrorV14SourceLocationV8function4file4lineAESS_SSSitcfc
What are these?BY3J
import _NIOFileSystem
A file system library for Swift.
struct SourceLocation
A location within source code.
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 Int
A signed integer value type.
var file: String
The file in which the error was thrown.
var function: String
The function in which the error was thrown.
var line: Int
The line on which the error was thrown.