Skip to content
Snippets Groups Projects
Commit 8509ffff authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Add new FsPermissions ErrorKind.

parent 14e8243b
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,15 @@ pub enum ErrorKind {
#[display(fmt = "could not read/write persistent state")]
PersistentStateAccessFailed,
/// We encountered a problem with filesystem permissions.
///
/// This is likeliest to be caused by permissions on a file or directory
/// being too permissive; the next likeliest cause is that we were unable to
/// check the permissions on the file or directory, or on one of its
/// ancestors.
#[display(fmt = "problem with filesystem permissions")]
FsPermissions,
/// Tor client's persistent state has been corrupted
///
/// This could be because of a bug in the Tor code, or because something
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment