Instance Propertyswift-nio 2.72.0_NIOFileSystem
description
FileSystemError.swift:169var description: String { get }
Other members in extension
Type members
static var closed: `Self`
An operation on the file could not be performed because the file is closed (or detached).
static var fileAlreadyExists: `Self`
The file already exists.
static var invalidArgument: `Self`
A provided argument was not valid for the operation.
static var io: `Self`
An I/O error occurred.
static var notEmpty: `Self`
The directory wasn’t empty.
static var notFound: `Self`
The file could not be found.
static var permissionDenied: `Self`
The caller did not have sufficient permission to perform the operation.
static var resourceExhausted: `Self`
A required resource was exhausted.
static var unknown: `Self`
The error is not known or may not have an appropriate classification. See
cause
for more information about the error.static var unsupported: `Self`
The operation is not supported or is not enabled.