ENOENTENOENT: No such file or directory
The specified file or directory does not exist at the given path.
93 error codes tagged with "filesystem"
ENOENTThe specified file or directory does not exist at the given path.
EACCESThe process does not have permission to access the file or resource.
EPERMThe operation is not permitted, even with appropriate permissions, due to OS-level restrictions.
EMFILEThe process has reached the maximum number of open file descriptors allowed.
ENFILEThe system-wide limit on the total number of open files has been reached.
EISDIRA file operation was attempted on a path that is a directory.
ENOTDIRA directory operation was attempted on a path that is not a directory.
EEXISTA file creation operation failed because the target path already exists.
ENOSPCThe disk is full or the inode table is exhausted.
ERR_FS_CP_DIR_TO_NON_DIRAn attempt was made to copy a directory to a non-directory destination.
FileNotFoundErrorThe specified file or directory does not exist.
FileExistsErrorAn operation failed because the file or directory already exists.
PermissionErrorThe operation is not permitted due to insufficient file system permissions.
IsADirectoryErrorA file operation was attempted on a path that is a directory.
NotADirectoryErrorA directory operation was attempted on a path that is not a directory.
error: Your local changes would be overwrittenGit refuses to perform an operation because it would overwrite uncommitted local changes.
fatal: Unable to create lock fileA Git lock file (.lock) exists, preventing the operation.
error: object file is emptyA Git object file is corrupted and contains no data.
error: corrupt loose objectA Git object file is corrupted and cannot be read.
error: pathspec did not match any filesThe specified file pattern did not match any tracked files.
error: cannot rebase: You have unstaged changesGit refuses to rebase because there are uncommitted changes in the working directory.
fatal: bad objectThe referenced Git object does not exist or is corrupted.
error: unable to find objectA Git object referenced in the repository could not be found.
Error: No such volumeThe specified Docker volume does not exist.
Error: volume is in useThe Docker volume cannot be removed because it is still mounted by a container.
Error: no space left on deviceThe Docker host has run out of disk space.
COPY failed: file not found in build contextA COPY instruction in the Dockerfile could not find the specified file in the build context.
Error: layer not foundA layer referenced by an image could not be found in the local cache or registry.
Error: read-only file systemAn attempt to write to the container's filesystem failed because it is mounted as read-only.
Error: bind mount source path does not existThe host directory specified for a bind mount does not exist.
Error: storage driver errorDocker's storage driver encountered an error managing image layers or container filesystems.
error: Entry has been modified in the work treeA Git operation was blocked because files in the working tree have been modified.
fatal: index file corruptThe Git index file (.git/index) is corrupted.
ENOENTThe specified file or directory does not exist in the filesystem.
EIOA physical or low-level I/O error occurred during a read or write operation.
ENOTBLKA non-block device was specified where a block device is required.
EBUSYThe requested resource is currently in use and cannot be exclusively accessed or modified.
EEXISTA file creation operation failed because a file with the specified name already exists.
EXDEVAn attempt was made to create a hard link across different filesystems.
ENOTDIRA component used as a directory in a pathname is not actually a directory.
EISDIRThe operation is not permitted on a directory, but the target path is a directory.
ETXTBSYAn attempt was made to write to or modify a file that is currently being executed.
EFBIGThe file size exceeds the maximum allowed by the filesystem or the process resource limit.
ENOSPCThe filesystem has no more free space or inodes available for writing.
EROFSAn attempt was made to modify a file or directory on a filesystem that is mounted read-only.
EMLINKThe maximum number of hard links to a single file has been exceeded.
ENAMETOOLONGA filename or pathname exceeds the maximum length allowed by the filesystem.
ENOTEMPTYAn attempt was made to remove a directory that still contains entries.
ELOOPA pathname lookup encountered too many symbolic links during resolution.
ESTALEA file handle references a file that has been deleted or is no longer accessible on the NFS server.
EDQUOTThe user's disk quota for the filesystem has been exceeded.
SIGXFSZ (25)The process attempted to create a file larger than allowed.
53100The database server's disk is full.
SQLITE_CORRUPT (11)The database file is corrupted.
SQLITE_FULL (13)The insert failed because the disk or database size limit was reached.
SQLITE_CANTOPEN (14)SQLite cannot open the database file.
SQLITE_NOTADB (26)The file is not a valid SQLite database.
ERROR_FILE_NOT_FOUND (2)The system cannot find the specified file.
ERROR_PATH_NOT_FOUND (3)The system cannot find the specified path.
ERROR_INVALID_DRIVE (15)The specified drive letter is not valid or does not exist.
ERROR_NOT_SAME_DEVICE (17)The system cannot move a file to a different disk drive.
ERROR_SHARING_VIOLATION (32)The file cannot be accessed because it is being used by another process.
ERROR_LOCK_VIOLATION (33)The file region is locked and cannot be accessed.
ERROR_HANDLE_DISK_FULL (39)The disk is full and the write operation failed.
ERROR_FILE_EXISTS (80)The file already exists and cannot be created.
ERROR_DISK_FULL (112)There is not enough space on the disk to complete the operation.
ERROR_INVALID_NAME (123)The filename, directory name, or volume label syntax is incorrect.
ERROR_DIR_NOT_EMPTY (145)The directory cannot be removed because it is not empty.
ERROR_ALREADY_EXISTS (183)The file or directory already exists when attempting to create it.
ERROR_FILENAME_EXCED_RANGE (206)The filename or extension is too long.
ERROR_DIRECTORY (267)The directory name is invalid.
ERROR_DISK_FULL (0x80070070)The disk does not have enough free space.
ERROR_BAD_PATHNAME (0x800700A1)The specified path name is invalid.
NTFS_FILE_SYSTEM (0x00000024)A fatal error occurred in the NTFS filesystem driver.
INACCESSIBLE_BOOT_DEVICE (0x0000007B)Windows cannot access the boot device during startup.
ERROR_SXS_COMPONENT_STORE_CORRUPT (0x80073712)The Windows component store is corrupted.
System.IO.FileNotFoundExceptionThe specified file was not found.
ItemNotFoundExceptionThe specified item (file, registry key, etc.) was not found.
404 Not FoundThe requested resource was not found on the server.
open() failed (13: Permission denied)Nginx cannot read the file due to filesystem permissions.
open() failed (2: No such file or directory)Nginx cannot find the requested file.
client body temp file write errorNginx cannot write the client request body to a temporary file.
SQLITE_NOLFS (22)The platform does not support large files required by the database.
ERROR_WRITE_PROTECT (19)The media is write-protected.
ERROR_DRIVE_LOCKED (108)The disk is in use or locked by another process.
ERROR_OPEN_FAILED (110)The system cannot open the device or file.
ERROR_NOT_DOS_DISK (208)The disk is not formatted as a DOS/Windows disk.
ERROR_FILE_SYSTEM_LIMITATION (665)The requested operation could not be completed due to a file system limitation.
FileNotFoundExceptionThe specified file path does not exist or cannot be opened.
AccessDeniedExceptionA file system operation is denied due to insufficient permissions.
NoSuchFileExceptionThe file or directory at the specified path does not exist.
FileAlreadyExistsExceptionA file creation or move operation fails because the target file already exists.
DirectoryNotEmptyExceptionA directory deletion fails because the directory is not empty.