noSuchFileOrDirectory

No such file or directory.

Errno.swift:57
static var noSuchFileOrDirectory: Errno { get }

A component of a specified pathname didn’t exist, or the pathname was an empty string.

The corresponding C error is ENOENT.