public class Nfs3Status extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NFS3_OK
Indicates the call completed successfully.
|
static int |
NFS3ERR_ACCES
Permission denied.
|
static int |
NFS3ERR_BAD_COOKIE
READDIR or READDIRPLUS cookie is stale
|
static int |
NFS3ERR_BADHANDLE
The file handle failed internal consistency checks
|
static int |
NFS3ERR_BADTYPE
An attempt was made to create an object of a type not supported by the
server.
|
static int |
NFS3ERR_DQUOT
Resource (quota) hard limit exceeded.
|
static int |
NFS3ERR_EXIST
File exists.
|
static int |
NFS3ERR_FBIG
File too large.
|
static int |
NFS3ERR_INVAL
Invalid argument or unsupported argument for an operation.
|
static int |
NFS3ERR_IO
I/O error.
|
static int |
NFS3ERR_ISDIR
The caller specified a directory in a non-directory operation.
|
static int |
NFS3ERR_JUKEBOX
The server initiated the request, but was not able to complete it in a
timely fashion.
|
static int |
NFS3ERR_MLINK
Too many hard links.
|
static int |
NFS3ERR_NAMETOOLONG
The filename in an operation was too long.
|
static int |
NFS3ERR_NODEV
No such device.
|
static int |
NFS3ERR_NOENT
No such file or directory.
|
static int |
NFS3ERR_NOSPC
No space left on device.
|
static int |
NFS3ERR_NOT_SYNC
Update synchronization mismatch was detected during a SETATTR operation.
|
static int |
NFS3ERR_NOTDIR
The caller specified a non-directory in a directory operation.
|
static int |
NFS3ERR_NOTEMPTY
An attempt was made to remove a directory that was not empty.
|
static int |
NFS3ERR_NOTSUPP
Operation is not supported
|
static int |
NFS3ERR_NXIO
I/O error.
|
static int |
NFS3ERR_PERM
The operation was not allowed because the caller is either not a
privileged user (root) or not the owner of the target of the operation.
|
static int |
NFS3ERR_REMOTE
The file handle given in the arguments referred to a file on a non-local
file system on the server.
|
static int |
NFS3ERR_ROFS
Read-only file system.
|
static int |
NFS3ERR_SERVERFAULT
An error occurred on the server which does not map to any of the legal NFS
version 3 protocol error values.
|
static int |
NFS3ERR_STALE
The file handle given in the arguments was invalid.
|
static int |
NFS3ERR_TOOSMALL
Buffer or request is too small
|
static int |
NFS3ERR_XDEV
Attempt to do a cross-device hard link.
|
Constructor and Description |
---|
Nfs3Status() |
public static final int NFS3_OK
public static final int NFS3ERR_PERM
public static final int NFS3ERR_NOENT
public static final int NFS3ERR_IO
public static final int NFS3ERR_NXIO
public static final int NFS3ERR_ACCES
public static final int NFS3ERR_EXIST
public static final int NFS3ERR_XDEV
public static final int NFS3ERR_NODEV
public static int NFS3ERR_NOTDIR
public static final int NFS3ERR_ISDIR
public static final int NFS3ERR_INVAL
public static final int NFS3ERR_FBIG
public static final int NFS3ERR_NOSPC
public static final int NFS3ERR_ROFS
public static final int NFS3ERR_MLINK
public static final int NFS3ERR_NAMETOOLONG
public static final int NFS3ERR_NOTEMPTY
public static final int NFS3ERR_DQUOT
public static final int NFS3ERR_STALE
public static final int NFS3ERR_REMOTE
public static final int NFS3ERR_BADHANDLE
public static final int NFS3ERR_NOT_SYNC
public static final int NFS3ERR_BAD_COOKIE
public static final int NFS3ERR_NOTSUPP
public static final int NFS3ERR_TOOSMALL
public static final int NFS3ERR_SERVERFAULT
public static final int NFS3ERR_BADTYPE
public static final int NFS3ERR_JUKEBOX
Copyright © 2013 Apache Software Foundation. All rights reserved.