Error Set CreateSymbolicLinkError [src]

Errors

AccessDenied
BadPathName
FileNotFound
NameTooLong
NetworkNotFound
NoDevice
PathAlreadyExists
Unexpected
UnrecognizedVolume

The volume does not contain a recognized file system. File system drivers might not be loaded, or the volume may be corrupt.

Source

pub const CreateSymbolicLinkError = error{ AccessDenied, PathAlreadyExists, FileNotFound, NameTooLong, NoDevice, NetworkNotFound, BadPathName, /// The volume does not contain a recognized file system. File system /// drivers might not be loaded, or the volume may be corrupt. UnrecognizedVolume, Unexpected, }