fileNameTooLong

The file name is too long.

Errno.swift:600
static var fileNameTooLong: Errno { get }

A component of a pathname exceeded 255 (MAXNAMELEN) characters, or an entire pathname exceeded 1023 (MAXPATHLEN-1) characters.

The corresponding C error is ENAMETOOLONG.