Errors that FileMonitor can throw
FileMonitor
enum FileMonitorErrors
s11FileMonitor0aB6ErrorsO
90TPM
import FileMonitor
case unsupported_os
case not_implemented_yet
case not_a_directory(url: URL)
case can_not_open(url: URL)
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
var localizedDescription: String { get }
Retrieve the localized description for this error.