Package com.mapr.kvstore
Interface KvStoreError
-
public interface KvStoreError
-
-
Field Detail
-
ENOENT
static final int ENOENT
- See Also:
- Constant Field Values
-
EINVAL
static final int EINVAL
- See Also:
- Constant Field Values
-
ENODATA
static final int ENODATA
- See Also:
- Constant Field Values
-
ENODEV
static final int ENODEV
- See Also:
- Constant Field Values
-
ESTALE
static final int ESTALE
- See Also:
- Constant Field Values
-
ENOSPC
static final int ENOSPC
- See Also:
- Constant Field Values
-
EDQUOT
static final int EDQUOT
- See Also:
- Constant Field Values
-
-