Enum file_lock::Error
[−]
[src]
pub enum Error {
Errno(i32),
}Represents the error that occurred while trying to lock or unlock a file.
Variants
Errno(i32)Caused when the error occurred at the filesystem layer (see errno).