Contents

staleNFSFileHandle

Stale NFS file handle.

Declaration

static var staleNFSFileHandle: Errno { get }

Mentioned in

Discussion

You attempted access an open file on an NFS filesystem, which is now unavailable as referenced by the given file descriptor. This may indicate that the file was deleted on the NFS server or that some other catastrophic event occurred.

The corresponding C error is ESTALE.

See Also

NFS Errors