|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FUSEErrorValues
This interface contains constants taken from errno.h that can be used as return values for jFUSE methods.
The values of these constants are not hard coded, but fetched from native code so they match the platform that the native library was compiled on.
Field Summary | |
---|---|
static int |
E2BIG
Argument list too long |
static int |
EACCES
Permission denied |
static int |
EADDRINUSE
Address already in use |
static int |
EADDRNOTAVAIL
Can't assign requested address |
static int |
EAFNOSUPPORT
Address family not supported by protocol family |
static int |
EAGAIN
Resource temporarily unavailable |
static int |
EALREADY
Operation already in progress |
static int |
EBADF
Bad file descriptor |
static int |
EBADMSG
Bad message |
static int |
EBUSY
Device busy |
static int |
ECANCELED
Operation canceled |
static int |
ECHILD
No child processes |
static int |
ECONNABORTED
Software caused connection abort |
static int |
ECONNREFUSED
Connection refused |
static int |
ECONNRESET
Connection reset by peer |
static int |
EDEADLK
Resource deadlock avoided |
static int |
EDESTADDRREQ
Destination address required |
static int |
EDOM
Numerical argument out of domain |
static int |
EDQUOT
Disc quota exceeded |
static int |
EEXIST
File exists |
static int |
EFAULT
Bad address |
static int |
EFBIG
File too large |
static int |
EHOSTDOWN
Host is down |
static int |
EHOSTUNREACH
No route to host |
static int |
EIDRM
Identifier removed |
static int |
EILSEQ
Illegal byte sequence |
static int |
EINPROGRESS
Operation now in progress |
static int |
EINTR
Interrupted system call |
static int |
EINVAL
Invalid argument |
static int |
EIO
Input/output error |
static int |
EISCONN
Socket is already connected |
static int |
EISDIR
Is a directory |
static int |
ELOOP
Too many levels of symbolic links |
static int |
EMFILE
Too many open files |
static int |
EMLINK
Too many links |
static int |
EMSGSIZE
Message too long |
static int |
EMULTIHOP
Reserved |
static int |
ENAMETOOLONG
File name too long |
static int |
ENETDOWN
Network is down |
static int |
ENETRESET
Network dropped connection on reset |
static int |
ENETUNREACH
Network is unreachable |
static int |
ENFILE
Too many open files in system |
static int |
ENOBUFS
No buffer space available |
static int |
ENODEV
Operation not supported by device |
static int |
ENOENT
No such file or directory |
static int |
ENOEXEC
Exec format error |
static int |
ENOLCK
No locks available |
static int |
ENOLINK
Reserved |
static int |
ENOMEM
Cannot allocate memory |
static int |
ENOMSG
No message of desired type |
static int |
ENOPROTOOPT
Protocol not available |
static int |
ENOSPC
No space left on device |
static int |
ENOSYS
Function not implemented |
static int |
ENOTBLK
Block device required |
static int |
ENOTCONN
Socket is not connected |
static int |
ENOTDIR
Not a directory |
static int |
ENOTEMPTY
Directory not empty |
static int |
ENOTSOCK
Socket operation on non-socket |
static int |
ENOTSUP
Operation not supported |
static int |
ENOTTY
Inappropriate ioctl for device |
static int |
ENXIO
Device not configured |
static int |
EOPNOTSUPP
Operation not supported on socket (all other systems) |
static int |
EOVERFLOW
Value too large to be stored in data type |
static int |
EPERM
Operation not permitted |
static int |
EPFNOSUPPORT
Protocol family not supported |
static int |
EPIPE
Broken pipe |
static int |
EPROTO
Protocol error |
static int |
EPROTONOSUPPORT
Protocol not supported |
static int |
EPROTOTYPE
Protocol wrong type for socket |
static int |
ERANGE
Result too large |
static int |
EREMOTE
Too many levels of remote in path |
static int |
EROFS
Read-only file system |
static int |
ESHUTDOWN
Can't send after socket shutdown |
static int |
ESOCKTNOSUPPORT
Socket type not supported |
static int |
ESPIPE
Illegal seek |
static int |
ESRCH
No such process |
static int |
ESTALE
Stale NFS file handle |
static int |
ETIMEDOUT
Operation timed out |
static int |
ETOOMANYREFS
Too many references: can't splice |
static int |
ETXTBSY
Text file busy |
static int |
EUSERS
Too many users |
static int |
EWOULDBLOCK
Operation would block |
static int |
EXDEV
Cross-device link |
Field Detail |
---|
static final int EPERM
static final int ENOENT
static final int ESRCH
static final int EINTR
static final int EIO
static final int ENXIO
static final int E2BIG
static final int ENOEXEC
static final int EBADF
static final int ECHILD
static final int EDEADLK
static final int ENOMEM
static final int EACCES
static final int EFAULT
static final int ENOTBLK
static final int EBUSY
static final int EEXIST
static final int EXDEV
static final int ENODEV
static final int ENOTDIR
static final int EISDIR
static final int EINVAL
static final int ENFILE
static final int EMFILE
static final int ENOTTY
static final int ETXTBSY
static final int EFBIG
static final int ENOSPC
static final int ESPIPE
static final int EROFS
static final int EMLINK
static final int EPIPE
static final int EDOM
static final int ERANGE
static final int EAGAIN
static final int EWOULDBLOCK
static final int EINPROGRESS
static final int EALREADY
static final int ENOTSOCK
static final int EDESTADDRREQ
static final int EMSGSIZE
static final int EPROTOTYPE
static final int ENOPROTOOPT
static final int EPROTONOSUPPORT
static final int ESOCKTNOSUPPORT
static final int ENOTSUP
static final int EOPNOTSUPP
static final int EPFNOSUPPORT
static final int EAFNOSUPPORT
static final int EADDRINUSE
static final int EADDRNOTAVAIL
static final int ENETDOWN
static final int ENETUNREACH
static final int ENETRESET
static final int ECONNABORTED
static final int ECONNRESET
static final int ENOBUFS
static final int EISCONN
static final int ENOTCONN
static final int ESHUTDOWN
static final int ETOOMANYREFS
static final int ETIMEDOUT
static final int ECONNREFUSED
static final int ELOOP
static final int ENAMETOOLONG
static final int EHOSTDOWN
static final int EHOSTUNREACH
static final int ENOTEMPTY
static final int EUSERS
static final int EDQUOT
static final int ESTALE
static final int EREMOTE
static final int ENOLCK
static final int ENOSYS
static final int EOVERFLOW
static final int ECANCELED
static final int EIDRM
static final int ENOMSG
static final int EILSEQ
static final int EBADMSG
static final int EMULTIHOP
static final int ENOLINK
static final int EPROTO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |