View Source File.LinkError exception (Elixir v1.16.0-rc.0)
An exception that is raised when linking a file fails.
The following fields of this exception are public and can be accessed freely:
:existing
(Path.t/0
) - the existing file to link:new
(Path.t/0
) - the link destination:reason
(File.posix/0
) - the reason why the file could not be linked