Skip to content

Commit

Permalink
define api method
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Aug 22, 2023
1 parent 0f61401 commit 514ac9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jfuse-api/src/main/java/org/cryptomator/jfuse/api/Errno.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,11 @@ public interface Errno {
*/
int enametoolong();

/**
* The named attribute does not exist, or the process has no access to this attribute;
*
* @return error constant {@code ENODATA}
*/
int enodata();

}

0 comments on commit 514ac9e

Please sign in to comment.