errors.fyi community error code reference
EISDIR

EISDIR

posix

Is a directory

A file operation (such as open() for writing or unlink()) was attempted on a path that refers to a directory.

Numeric value: 21

References

windows-errno

Is a directory

The path refers to a directory but the operation requires a regular file.

Numeric value: 21

References

← all namespaces